文档
测试

邀请好友

POST
/app/userCenter/invite

请求参数

参数名
类型
描述
必填
sign
String
验证签名
必填
user_id
String
用户id
必填

响应参数

参数名
类型
描述
必填
code
long
状态码,等于0,操作成功,小于0,操作失败
必填
msg
String
状态信息
必填
result
json
返回数据信息
必填
background_list
list
邀请好友分享背景图,选择背景图片分享邀请好友
必填
img_path
String
图片地址
必填
recommand_path
String
用户推广二维码地址
必填
recommand_code
String
用户推荐码
必填
background_img
String
邀请好友背景图,单个页面邀请好友
必填

说明 / 示例

``` { "code":0, "errors":{ }, "msg":"操作成功", "result":{ "recommand_path":"http://payunion.hs499.com:8080/oem/regAdPage?oem_id=7d728caa35a44abc8ab48891d4b588f6&recommand_code=A7D9LW", "recommand_code":"A7D9LW", "background_img":"upload//201908/1565863883166.png", "background_list":[ { "img_path":"upload//201908/1565863994996.png", "remark":"", "id":"aa7b8a457ee444fcb77746f82b87046e", "sort":1, "type":14, "oem_id":"7d728caa35a44abc8ab48891d4b588f6" }, { "img_path":"upload//201908/1565864007943.png", "remark":"", "id":"85e7157ac27240bf86036dfef496b28d", "sort":2, "type":14, "oem_id":"7d728caa35a44abc8ab48891d4b588f6" } ] } } ```