工作流业务回调
请求方式: POST
请求路径:
https://prod.open-api.mysre.cn/private/check-api/check-case/modify-status
| 参数名 | 参数位置 | 参数类型 | 必填 | 默认值 | 示例 | 描述 |
|---|---|---|---|---|---|---|
| businessId | body | string | 是 | 3a00a638-8834-766c-2b39-745c03e1cfed | ||
| result | body | string | 是 | 发起 | ||
| businessInfo | body | string | 是 | {"business_id":"3a00b0c0"} | ||
| o | body | string | 是 | retesting | ||
| dataId | body | string | 是 | 6625b29d-d02a-6997-577e-3a00ab6f14f8 |
{"businessId":"3a00a638-8834-766c-2b39-745c03e1cfed","result":"\u53d1\u8d77","businessInfo":"{\"business_id\":\"3a00b0c0\"}","o":"retesting","dataId":"6625b29d-d02a-6997-577e-3a00ab6f14f8"}
{
"result": true,
"msg": "ok"
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| result | bool | |
| msg | string |
{
"result": false,
"msg": "没有该案例"
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| result | bool | |
| msg | string |