Files
hyperf_test/request/test.http
ctexthuang f4b812f861
Some checks are pending
Build Docker / build (push) Waiting to run
feat : pay Adapter
2025-09-04 23:08:54 +08:00

10 lines
208 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);
%}