压力测试
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| customerId | String | 必须 | 1100 | 路由参数 | |
| responseNum | Number | 必须 | 1 | 响应数量 | |
| responseTime | Number | 必须 | 1 | 响应时间 | |
| supplierId | String | 必须 | jak | 供应商ID |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | Result [] | 数据列表 | |
|
|||
| success | Boolean | true | 是否成功 |
| errorCode | String | 111 | 错误码 |
| errorMsg | String | 222 | 错误信息 |
{"request":{"supplierId":"jak","responseTime":1,"responseNum":1},"customerId":"1100"}
{
"result":[
{
"extraInfo":"kalsdfjklasjfklwjeioroweirowejrlwnfjsanfjkasnfjkadjfksadjfkasfjksadfjskdfjdfsdfsdf",
"timestamp":1712907918807,
"id":"4abe00e3ccb5438e9522dee9a39e03eb"
}
],
"success":true,
"errorCode":"111",
"errorMsg":"222"
}
{"success":"不等于true","errorCode":"sign-check-failure","errorMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|