Commit 78ae60f3 authored by quwei's avatar quwei 🤸🏼

sync data

parent 01d67a09
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
|Header Name| Header Value| |Header Name| Header Value|
|---------|------| |---------|------|
|token|016e414d349a48228400d2050483ee8a| |token|512ed2cb38f340f3ad4df6fdc8a745e8|
### Parameters ### Parameters
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
``` ```
{ {
"userId": 58, "userId": 9908212118,
"source": "web" "source": "app"
} }
``` ```
...@@ -66,17 +66,20 @@ ...@@ -66,17 +66,20 @@
{ {
"resultCode": 200, "resultCode": 200,
"message": "success", "message": "success",
"traceId": "543eef030eaf084f", "traceId": "3194e3a03e7ac1f7",
"data": { "data": {
"userId": 58, "userId": 9908212118,
"userName": "江淮卡友主编", "userName": "*2724",
"profilePhoto": "https://jac-bbs.obs.cn-east-3.myhuaweicloud.com/image/1672210420180_e2e49d9f.png", "profilePhoto": null,
"signature": "获取一手资讯,尽在此处", "signature": "坐拥500辆江淮轻卡",
"focusNum": null, "focusNum": 0,
"fanNum": 2999, "fanNum": 0,
"invitationNum": 743, "invitationNum": 1,
"focusFlag": 0, "focusFlag": 0,
"crossFlag": null "crossFlag": 0,
"memberLevel": "V2",
"memberLevelCode": 2,
"memberLevelName": "白银"
} }
} }
``` ```
...@@ -88,11 +91,14 @@ ...@@ -88,11 +91,14 @@
"data":{ "data":{
"invitationNum":"帖子数", "invitationNum":"帖子数",
"profilePhoto":"头像", "profilePhoto":"头像",
"signature":"个性签名", "signature":"个性签名:作者即现实作者简介字段",
"memberLevel":"会员等级,如V1(已开通成长值/会员账户时有值)",
"focusFlag":"关注标识 0-未关注 1-关注", "focusFlag":"关注标识 0-未关注 1-关注",
"fanNum":"粉丝数", "fanNum":"粉丝数",
"memberLevelName":"会员等级名称",
"userName":"用户名", "userName":"用户名",
"userId":"用户Id", "userId":"用户Id",
"memberLevelCode":"会员等级编码,与 member_level.level_code 对应",
"focusNum":"关注数", "focusNum":"关注数",
"crossFlag":"互关标识 0-未关注 1-关注" "crossFlag":"互关标识 0-未关注 1-关注"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment