感谢您的反馈!
提供平台用户的图灵服务接入
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
platform_user_info | PlatformUserInfo | 可选 | 平台的用户信息 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | AddUserRes | 用户入驻返回结果 | |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaSecurityTuringPlatformAccessAddPlatformUserRequest req = new AlibabaSecurityTuringPlatformAccessAddPlatformUserRequest(); AlibabaSecurityTuringPlatformAccessAddPlatformUserRequest.PlatformUserInfo obj1 = new AlibabaSecurityTuringPlatformAccessAddPlatformUserRequest.PlatformUserInfo(); obj1.setAccountName( "哈哈" ); obj1.setAppOsType(1L); obj1.setAppId( "我的淘宝" ); obj1.setAccountId( "111" ); obj1.setPhoneNumber( "135xxxxxxxx" ); obj1.setEmail( "222@email.com" ); obj1.setCompanyName( "聚安全" ); obj1.setUserType(1L); obj1.setWebTypeList( "2" ); obj1.setAppOsList( "1" ); req.setPlatformUserInfo(obj1); AlibabaSecurityTuringPlatformAccessAddPlatformUserResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 | < alibaba_security_turing_platform_access_add_platform_user_response > < data > < turing_riskcontorl_project_name >222_我的淘宝_android</ turing_riskcontorl_project_name > < turing_riskcontorl_project_id >444</ turing_riskcontorl_project_id > < turing_user_id >333</ turing_user_id > </ data > </ alibaba_security_turing_platform_access_add_platform_user_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|