多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 使用账号列表 #### URL > web/index.php?c=user&a=edit&&do=edit_account&uid=用户uid #### 请求方式 > GET #### 请求参数 无 #### 返回数据 ``` { "message": { "errno": 0, "message": { "account_list": { "281": { "logo": "http://prox.we7.com/attachment/headimg_281.jpg?time=1569058157", //头像 "type_sign": "account", //账号英文类型标识 "name": "米粥的公众号cE3(勿删)", //账号名称 "role": "owner", //当前用户对该账号的角色 "manageurl": "http://prox.we7.com/web/index.php?c=account&a=manage&#manage/281/ba<x>seinfo", //设置链接 "roleurl": "http://prox.we7.com/web/index.php?c=account&a=manage&#manage/281/users" //操作员设置链接 }, "851": { "logo": "http://prox.we7.com/attachment/headimg_851.jpg?time=1569058157", "type_sign": "account", "name": "微擎开发团队", "role": "owner", "manageurl": "http://prox.we7.com/web/index.php?c=account&a=manage&#manage/851/ba<x>seinfo", "roleurl": "http://prox.we7.com/web/index.php?c=account&a=manage&#manage/851/users" }, "1222": { "logo": "http://prox.we7.com/attachment/headimg_1222.jpg?time=1569058157", "type_sign": "account", "name": "副创始人号-勿删", "role": "owner", "manageurl": "http://prox.we7.com/web/index.php?c=account&a=manage&#manage/1222/ba<x>seinfo", "roleurl": "http://prox.we7.com/web/index.php?c=account&a=manage&#manage/1222/users" } } } }, "redirect": "", "type": "ajax" } ```