173799761 %!s(int64=2) %!d(string=hai) anos
pai
achega
dfb448ac30
Modificáronse 1 ficheiros con 25 adicións e 0 borrados
  1. 25 0
      ic1101_cocos_API.md

+ 25 - 0
ic1101_cocos_API.md

@@ -912,3 +912,28 @@ http://127.0.0.1:7379/new_battle/passwordUpdate?account=test1111&newPwd=2&oldPwd
 - 留言提交接口 留言提交 ` /commentSubmit` 新增加slotDictId参数 支持对特定坑位上的物件留言
 
 - 留言列表 ` /commentList`接口新增加slotDictId参数 查看指定物件的留言列表
+
+
+
+
+
+##### 33 .我是否关注过指定人 `/cocosUserIsWatch`
+
+请求
+
+| 参数名    | 类型   | 是否必填 | 是否参与加密 | 说明                                         |
+| --------- | ------ | -------- | ------------ | -------------------------------------------- |
+| token     | string | 是       | 是           | 登录成功后获取的令牌,不传TOKEN 就是游客模式 |
+| dstUserId | int    | 是       | 是           | 目标用户                                     |
+| sign      | string | 是       | 否           | md5加密值                                    |
+| timestamp | string | 是       | 是           | 时间戳 毫秒                                  |
+
+##### 34 .查询某人是否为游客 `/cocosUserIsGuest`
+
+请求
+
+| 参数名    | 类型   | 是否必填 | 是否参与加密 | 说明        |
+| --------- | ------ | -------- | ------------ | ----------- |
+| dstUserId | int    | 是       | 是           | 目标用户    |
+| sign      | string | 是       | 否           | md5加密值   |
+| timestamp | string | 是       | 是           | 时间戳 毫秒 |