差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
cs:300visitoraccess:api [2018/09/06 10:54]
candywang
cs:300visitoraccess:api [2018/09/07 02:57]
candywang
行 20: 行 20:
 |API_003 |tenantId is incorrect,​please confirm that the tenant ID belongs to you |租户ID错误| |API_003 |tenantId is incorrect,​please confirm that the tenant ID belongs to you |租户ID错误|
 |API_004 |clientId or secretId is incorrect ​      ​|clientId或secretId不正确| |API_004 |clientId or secretId is incorrect ​      ​|clientId或secretId不正确|
-|API_020 |Request body contains more than 10 visitor usernames. ​      ​|请求访客绑定关系的数量不能多于10个| 
 |API_111 |page index must be more than 0. |分页索引必须大于0| |API_111 |page index must be more than 0. |分页索引必须大于0|
 |API_112 |page size must be less than 50.       ​|分页每页的容量不能大于50| |API_112 |page size must be less than 50.       ​|分页每页的容量不能大于50|
行 64: 行 63:
 ==== 获取访客的绑定关系 ==== ==== 获取访客的绑定关系 ====
  
-通过此接口,可以获取访客绑定的技能组。+通过此接口,可以获取访客绑定的技能组。每次请求的访客数量不能多于10个
  
   * Path:http://​kefu.easemob.com/​api/​platform/​tenants/​{tenantId}/​firstReceptionBindByVisitorusername   * Path:http://​kefu.easemob.com/​api/​platform/​tenants/​{tenantId}/​firstReceptionBindByVisitorusername
行 85: 行 84:
         ]         ]
         </​code>​         </​code>​
-        * 可能的错误码:API_020(请求访客绑定关系的数量不能多于10个)。详见:[[#​平台错误码说明|平台错误码说明]]+        * 可能的错误码:API_020(请求访客绑定关系的数量不能多于10个)。
  
 Response示例: Response示例:
行 143: 行 142:
 } }
 </​code>​ </​code>​
 +
 +注:
 +  * 当请求的多组数据中,部分数据存在问题时(如username错误),将只返回部分正确的结果,存在问题的部分数据将没有返回值;
 +  * 当请求的多组数据中,部分访客无绑定关系时,无绑定关系的部分只返回访客信息,绑定关系返回null。