后台管理IM通信


邀请码列表

请求URL
  • http://xx.com/user/inviteCodeList
Headers
  • token
请求方式
  • GET
参数
参数名 必选 类型 说明
user_id int user_id字段
status int 1待使用 2已使用
code int 码号搜索
返回示例
{
    "error_code": 0,
    "msg": "success",
    "data": [
        {
            "id": 20,
            "user_id": 1,
            "code": "Gzwxpzl", //邀请码
            "status": 1, //1待使用 2已使用
            "nums": 0, //使用次数
            "type": 1, //1推广码
            "created_at": "2021-11-21 21:55:54", //生成时间
            "updated_at": "2021-11-21 21:55:54" //最后使用时间
        }
    ],
    "total": 9018
}
返回参数说明
参数名 类型 说明
error_code int 0成功
msg string ok
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML