Files
hyperf_test/request/test.http
2025-09-07 19:36:04 +08:00

63 lines
1.4 KiB
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
### Decorator basic test
GET {{host}}/decorator/test/basic
Content-Type: application/x-www-form-urlencoded
### Decorator container test
GET {{host}}/decorator/test/container
Content-Type: application/x-www-form-urlencoded
### Decorator aop test
GET {{host}}/decorator/test/aop?user_id=12
Content-Type: application/x-www-form-urlencoded
### Decorator http test
GET {{host}}/decorator/test/http
Content-Type: application/x-www-form-urlencoded
### Proxy basic test
GET {{host}}/proxy/test/basic
Content-Type: application/x-www-form-urlencoded
### Proxy dynamic test
GET {{host}}/proxy/test/dynamic
Content-Type: application/x-www-form-urlencoded
### Proxy payment test
GET {{host}}/proxy/test/payment
Content-Type: application/x-www-form-urlencoded
### Proxy get_user_info test
GET {{host}}/proxy/test/get_user_info?user_id=2
Content-Type: application/x-www-form-urlencoded
### Bridge pay test
GET {{host}}/bridge/test/pay
Content-Type: application/x-www-form-urlencoded
### Composite pay test
GET {{host}}/composite/test/file
Content-Type: application/x-www-form-urlencoded