Files
hyperf_test/request/test.http
ctexthuang 80ba5dcbf8
Some checks failed
Build Docker / build (push) Has been cancelled
feat : cache Adapter unfinished
2025-09-04 23:16:07 +08:00

13 lines
311 B
HTTP

### Adapte pay test
GET {{host}}/adapter/test/pay
Content-Type: application/x-www-form-urlencoded
account=13632877014&password=123456
> {%
client.global.set("admin_token", response.body.data.token);
%}
### Adapter cache test
GET {{host}}/adapter/test/cache
Content-Type: application/x-www-form-urlencoded