企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 获取平台回收站列表 ### URL > /web/index.php?c=account&a=recycle ### 请求方式 GET ### 请求参数 | 名称 | 类型 | 必填 | 描述 | 值 | | ----------- | :-----: | :-----: | ----------- | | account_type | string | 否 | 平台类型 | account, wxapp, webapp, phoneapp, xzapp, aliapp, baiduapp, toutiaoapp | | keyword | string | 否 | 搜索关键词 | 用户输入 | | page | int | 否 | 页码 | | | ### 返回数据 ``` { "message": { "errno": 0, "message": { "total": 10, "page": 1, "page_size": 20, "list": [ { "acid": "100675", "uniacid": "1398", "token": "NPd4bQPp89911pWBSzSpOx31RR93rWpB", "encodingaeskey": "TZ5Zz6Q9CE5FrceI5dVIdeGcF1D5rGhZ1fV9A1EdV11", "level": "1", "account": "", "original": "", "key": "", "secret": "sadf", "name": "sdf", "appdomain": "", "auth_refresh_token": "", "encrypt_key": "", "hash": "vSESHUNG", "type": "4", "isconnect": "0", "isdeleted": "1", "endtime": "0", "groupid": "0", "default_acid": "100675", "desc<x>ription": "sdf", "rank": "0", "createtime": "0", "title_initial": "S", "create_uid": "0", "type_sign": "wxapp", "starttime": "1456743079", "groups": [], "setting": { "uniacid": "1398", "passport": "", "oauth": "", "jsauth_acid": "0", "uc": "", "notify": "", "creditnames": { "credit1": { "title": "积分", "enabled": 1 }, "credit2": { "title": "余额", "enabled": 1 } }, "creditbehaviors": { "activity": "credit1", "currency": "credit2" }, "welcome": "", "default": "", "default_message": "", "shortcuts": "", "payment": "", "stat": "", "default_site": "0", "sync": "0", "recharge": "", "tplnotice": "", "grouplevel": "1", "mcplugin": "", "exchange_enable": "0", "coupon_type": "1", "statistics": "", "bind_domain": "", "comment_status": "0", "reply_setting": "0", "menuset": "", "default_module": "", "sync_member": "0", "attachment_limit": "0", "attachment_size": "14", "remote": "" }, "grouplevel": "1", "logo": "http://prox.we7.com/attachment/headimg_100675.jpg?time=1566358811", "qrcode": "http://prox.we7.com/attachment/qrcode_100675.jpg?time=1566358811", "type_name": "微信小程序", "switchurl": "./index.php?c=account&a=display&do=switch&uniacid=1398", "setmeal": { "uid": -1, "username": "创始人", "timelimit": "未设置", "groupid": "-1", "groupname": "所有服务" }, "current_user_role": "founder", "end": "永久" }, { "acid": "100691", "uniacid": "1414", "token": "TkZjQ1xQWoSOQXJ4jsRRzPz3W6s1PSSz", "encodingaeskey": "V4ZbAsvzZdXihV7VYhN2sx4Kaivn4YB4so4ov440AAx", "level": "1", "account": "", "original": "", "key": "", "secret": "", "name": "324324", "appdomain": "", "auth_refresh_token": "", "encrypt_key": "", "hash": "CVG6mPIR", "type": "4", "isconnect": "0", "isdeleted": "1", "endtime": "0", "groupid": "0", "default_acid": "100691", "desc<x>ription": "", "rank": "0", "createtime": "0", "title_initial": "", "create_uid": "0", "type_sign": "wxapp", "starttime": "1456743079", "groups": [], "setting": { "uniacid": "1414", "passport": "", "oauth": "", "jsauth_acid": "0", "uc": "", "notify": "", "creditnames": { "credit1": { "title": "积分", "enabled": 1 }, "credit2": { "title": "余额", "enabled": 1 } }, "creditbehaviors": { "activity": "credit1", "currency": "credit2" }, "welcome": "", "default": "", "default_message": "", "shortcuts": "", "payment": "", "stat": "", "default_site": "0", "sync": "0", "recharge": "", "tplnotice": "", "grouplevel": "1", "mcplugin": "", "exchange_enable": "0", "coupon_type": "1", "statistics": "", "bind_domain": "", "comment_status": "0", "reply_setting": "0", "menuset": "", "default_module": "", "sync_member": "0", "attachment_limit": "0", "attachment_size": "0", "remote": "" }, "grouplevel": "1", "logo": "http://prox.we7.com/attachment/headimg_100691.jpg?time=1566358811", "qrcode": "http://prox.we7.com/attachment/qrcode_100691.jpg?time=1566358811", "type_name": "微信小程序", "switchurl": "./index.php?c=account&a=display&do=switch&uniacid=1414", "setmeal": { "uid": -1, "username": "创始人", "timelimit": "未设置", "groupid": "-1", "groupname": "所有服务" }, "current_user_role": "founder", "end": "永久" } ] } }, "redirect": "", "type": "ajax" } ``` | 参数 | 说明 | | ----------- | :----------- | | total | 总数 | | pindex | 当前页码 | | psize | 每页数量 | | list | 列表数据|