23 lines
537 B
HTTP
23 lines
537 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
|
|
|
|
|
|
### 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 |