===== 1、会员升级申请列表===== === 接口名称 === admin/member-upgrades/list === 请求方式 === post === 请求参数 === ^ 参数名称 ^ 参数类型 ^ 是否必填 ^ 说明 ^ | name| string| 否 |会员名称 | | mobile| string| 否 |手机号 | | memberType| int| 否 |1讲师 2组合者 3场地提供者 4设备提供者 | | status| int| 否 |0待审核 1审核通过 2 审核不通过 3 锁定 | | pages| int| 否 |默认1 | | pageSize| int| 否| 默认10| === 返回值 === ^ 名称 ^ 类型 ^ 说明 ^ | result | json | 返回结果 [id] => 210 //申请id [member_id] => 179 //会员id [areaid] => 11,124,1297 //所在省市区id [areaname] => 浙江-杭州市-余杭区 //所在地区 [level] => 2 //1讲师 2组合者 3场地提供者 4设备提供者 [info] => 擅长来咯哦好咯哦大家是老K咯弄哦葵花 //申请备注 [status] => 1 //待审核 1审核通过 2 审核不通过 3 锁定 [addtime] => 1480324278 //添加时间 [sptime] => 1480324278 //审批时间 [msg] => //审批意见 [company] => 冠剑门已盈公司 //就职公司 [department] => 研发部 //部门 [position] => 开发攻城师 //职位 [education] => 85 //学历id [profession] => 计算机 //专业 [school] => 西南财经大学 //毕业院校 [address] => 竹海水韵荷塘轩1-6 //地址 [entry_time] => //入职日期 [educationName] => 本科 //学历名称 | ===== 2、会员审核 ===== === 接口名称 === admin/member-upgrades/shenpi === 请求方式 === post === 请求参数 === ^ 参数名称 ^ 参数类型 ^ 是否必填 ^ 说明 ^ | id| int| 是 |申请id | | msg| string| 否| 审核不通过,必填| |status|int|是|审核状态 1通过 2,不通过| === 返回值 === ^ 名称 ^ 类型 ^ 说明 ^ | result | bool | 返回结果 success 成功 error 失败 | | message| string | 返回信息 | ===== 3、会员取消身份 ===== === 接口名称 === admin/member-upgrades/shenpi === 请求方式 === post === 请求参数 === ^ 参数名称 ^ 参数类型 ^ 是否必填 ^ 说明 ^ | id| int| 是 |申请id | === 返回值 === ^ 名称 ^ 类型 ^ 说明 ^ | result | bool | 返回结果 success 成功 error 失败 | | message| string | 返回信息 |