文档
测试

邀请好友-数据加载

POST
http://localhost:8080/app/user/center/invite/init

请求参数

参数名
类型
描述
必填
user_id
string
示例:266fd0ee2d884eeaa44823bb25de192f
必填
sign
string
示例:5e26f05761a8c151a8cbf0abef923eb5
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:数据加载成功
必填
result
object
数据字典
必填
invite_img
string
邀请好友背景图 示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1629529740148.png
必填
invite_url
string
邀请好友二维码地址 示例:http://localhost:8080/app/h5/reg?recommand_phone=18182108646
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "数据加载成功", "result": { "invite_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1629529740148.png", "invite_url": "http://localhost:8080/app/h5/reg?recommand_phone=18182108646" } }