云游代理网络检测
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param_cloud_game_network_info_req_d_t_o | CloudGameNetworkInfoReqDTO | 可选 |
|
1 | |
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | ResultDTO | 1 | |
|
1 2 3 4 5 6 7 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaJymIndustryCloudgameSessionProxyNetworkRequest req = new AlibabaJymIndustryCloudgameSessionProxyNetworkRequest(); AlibabaJymIndustryCloudgameSessionProxyNetworkRequest.CloudGameNetworkInfoReqDTO obj1 = new AlibabaJymIndustryCloudgameSessionProxyNetworkRequest.CloudGameNetworkInfoReqDTO(); obj1.setIp( "1" ); req.setParamCloudGameNetworkInfoReqDTO(obj1); AlibabaJymIndustryCloudgameSessionProxyNetworkResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | < alibaba_jym_industry_cloudgame_session_proxy_network_response > < result > < extra_err_msg >11</ extra_err_msg > < msg_code >1</ msg_code > < msg_info >1</ msg_info > < result > < network_rs >1</ network_rs > < source_ip >1</ source_ip > < client_ip >1</ client_ip > </ result > < state_code >1</ state_code > < sub_code >1</ sub_code > < sub_extra_err_msg >1</ sub_extra_err_msg > < success >1</ success > </ result > </ alibaba_jym_industry_cloudgame_session_proxy_network_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 > |
错误码 | 错误描述 | 解决方案 |
---|