文档
测试

设置用户版本(老接口改动)

POST
http://localhost:8081/user/setUserAppVersion?userId=214230&appVersionName=3.3.0

请求参数

参数名
类型
描述
必填
userId
用户ID
必填

响应参数

参数名
类型
描述
必填
code
string
示例:0
必填
data
object
数据字典
必填
shareUrl
string
分享URL,示例:http://ddz.ilajiang.cn/duoduozhuan/weixin/appShare?state=214230&connect_redirect=1#wechat_redirect&response_type=code&scope=snsapi_userinfo
必填
isShowNewUserTask
int
是否显示新人任务入口 0隐藏1显示
必填
message
string
示例:成功
必填

说明 / 示例

91版本请求会返回两个字段,旧版本和以前一样不变。 ```json { "code": "0", "data": { "shareUrl": "http://ddz.ilajiang.cn/duoduozhuan/weixin/appShare?state=214230&connect_redirect=1#wechat_redirect&response_type=code&scope=snsapi_userinfo", "isShowNewUserTask": 1 }, "message": "成功" } ```