文档
测试

管理员入驻审核结果

POST
http://127.0.0.1:8899/wxApi/applyAdminInfo

接口描述

管理员入驻审核结果list

请求头

参数名
类型
描述
必填
content-type
application/x-www-form-urlencoded
必填
Cookie
Cookie
必填

请求参数

参数名
类型
描述
必填
userId
int
用户id
必填

返回结果

{ "code": "200", "msg": "操作成功", "data": [ { "id": 1, "createdTime": "2020-02-19 02:39:42", "updatedBy": null, "updatedTime": null, "userId": 2, "communityId": 1, "stat": "2",//审核状态 //1-待审核,2-审核通过,3-审核不通过 "remark": null, //审核结果 "applyType": "1", "communityName": xxxx //小区名称 } ] }