docs: 完善mmt_type的说明

This commit is contained in:
Ljzd PRO
2023-08-12 16:41:58 +08:00
committed by GitHub
parent 109308ebc6
commit 556bc08054

View File

@@ -48,7 +48,7 @@ _请求方式GET_
| 字段 | 类型 | 内容 | 备注 |
| ---- | ---- | ---- | ---- |
| mmt_data | obj | 极验验证任务数据 | |
| mmt_type | num | 暂不知道具体含义,无实际作用 | 一般为 `1` |
| mmt_type | num | 验证任务类型 | `1` - 需要进行人机验证<br>`0` - 无需进行人机验证 |
| msg | str | 返回消息 | |
| scene_type | num | 与URL请求参数中的 `scene_type` 相同 | |
| status | num | 返回码 | 返回码为 `1` 说明执行成功 |