This commit is contained in:
ziming 2025-05-21 18:25:09 +08:00
parent 61ff2ae897
commit aa140a9627
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
并发要求每秒200-300 持续5分钟即可
````
### 压测说明
1、调用接口 POST[https://open.cszfan.com/voucher/cmb/v1/orderMock]
1、调用接口 POST[http://open.cszfan.com/voucher/cmb/v1/orderMock]
+ 参数如下
````json
{
@ -36,7 +36,7 @@
"sign": "MEQCID/L7XK8zr0NiErG0MbJpmakK7W9iK13PC44ye6QCecyAiBQcTv/KDVieQK/N7tReaofDnUCP8k+3R+CsNAzvCDRUw=="
}
````
2、调用接口 POST[https://open.cszfan.com/voucher/cmb/v1/order]
2、调用接口 POST[http://open.cszfan.com/voucher/cmb/v1/order]
````text
将接口1返回的数据作为接口2的请求参数发起请求http状态码200为成功其它属于异常
````