发布者管理-审核
接口地址:/console/publisheraudit
请求方式 post
参数:
uid 发布者的用户id
status 审核结果 2-通过, 3-不通过
reason 不通过原因
返回格式:
{
"code": 1,
"data": {
},
"msg": "success"
}Last updated
Was this helpful?
请求方式 post
uid 发布者的用户id
status 审核结果 2-通过, 3-不通过
reason 不通过原因
{
"code": 1,
"data": {
},
"msg": "success"
}Last updated
Was this helpful?
Was this helpful?