企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~[api] post:api/admin/auditlist *shopToken=默认值#token name=默认值#搜索姓名 status=默认值 1# 1=>审核通过 2=>审核中 <<< success { "code":1, "message":"获取成功", "data":{ "list":[ { "id":144, "nickname":"张大仙", "mobile":"13582010040", "createtime":"2022-02-24 13:55:23", "avatar":头像url, "end_time":到期时间, "level\_title":等级名称, } ] } } <<< error { "code": 501, "message": "登陆失败", "data": "" } ~~~ ***** #### 返回参数说明: |参数名|类型|说明| |:----- |:-----|----- | |id| int| 申请id| | nickname| string| 名称 | | avatar| string| 头像 | | mobile| string| 手机号 | | createtime| string| 申请时间| | end_time| string| 到期时间 | | level_title| string| 等级名称|