文档
测试

提供人工审核申请

POST
localhost:8083/cyber/user/check/manual

请求参数

参数名
类型
描述
必填
name
string
示例:xiaoming
必填
openId
string
示例:2233
必填
studentNo
int
示例:121
必填
phone
int
示例:17635863565
必填
note
string
示例:我是lidaxian啊
必填

说明 / 示例

请求: { "name":"xiaoming", "openId": "2233", "studentNo":121, "phone":17635863565, "note":"我是lidaxian啊" } 结果 { "code": 1, "message": "操作成功", "data": null }