POST
/stub-api/v1_1/user/uid_translation_im_account
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|reqUid | |int
| |
|reqIMAccount | |String
| |
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|uid | |int
| |
|imAccount | |String
| |
POST
/stub-api/v1_1/user/refresh
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|uid | |int
|true|
|imAccount |用户IM的account|String
|true|
|imSig |用户IM的Sig|String
|true|
POST
/stub-api/v1_1/user/select_cover
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|field | |String
|true|
POST
/stub-api/v1_1/user/delete_photos
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|field | |String
|true|
POST
/stub-api/v1_1/user/create_answer
{primary} 回答个人问题
除了questionId,其他参数保持原来规则
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|questionId | |Integer
|true|
|content | |String
|true|
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|result | |Json
|true|
GET
/stub-api/v1_1/user/get_question_answer_list
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|uid | |Integer
| |
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|result | |Json
|true|
GET
/stub-api/v1_1/user/get_question_info
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|questionId | |Integer
|true|
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|result | |Json
|true|
GET
/stub-api/v1_1/user/get_question_list
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|result | |Json
|true|
POST
/stub-api/v1_1/user/store_self_partner
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|mediaId | |String
| |
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|result | |Json
|true|
POST
/stub-api/v1_1/user/toggle_tag
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|tagId | |int
|true|
|group | |int
|true|
POST
/stub-api/v1_1/user/update_profile
{primary} 更新用户信息
这里参数和原来保持一致,只是文档中不会写
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|result | |Json
|true|
GET
/stub-api/v1_1/user/get_fpdx_profile
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|user | |Models.FpdxProfile
|true|
|supvip | |Models.Supvip
| |
|bindFpdxfwh | |boolean
|true|
|lockCard | |boolean
|true|
|banner | |Models.Banner
|true|
|black | |Models.Black
|true|
|appSignAt | |int
|true|
|course | |int
|true|
|tags | |Json
|true|
GET
/stub-api/v1_1/user/profile
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|model | |String
| |
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|result | |Models.ProfileUser
|true|