数字面板获取企业版isv数字
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
enterprise_id | Number | 可选 | 10013602 | 企业id | |
target_app_key | String | 可选 | 1023060081 | appkey |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | GwResult | result | |
|
1 2 3 4 5 6 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); QianniuWorklinkAppIsvnumberGetRequest req = new QianniuWorklinkAppIsvnumberGetRequest(); req.setEnterpriseId(10013602L); req.setTargetAppKey( "1023060081" ); QianniuWorklinkAppIsvnumberGetResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | < qianniu_worklink_app_isvnumber_get_response > < result > < result > < number_info > < all_visitors_today >100</ all_visitors_today > < all_visitors_yestday >100</ all_visitors_yestday > < trade_amount_today >0</ trade_amount_today > < user_per_price_yestday >100</ user_per_price_yestday > < after_sales_to_process_num >100</ after_sales_to_process_num > < all_flow_yestday >100</ all_flow_yestday > < order_to_refund_num >100</ order_to_refund_num > < order_to_audit_num >100</ order_to_audit_num > < all_flow_today >100</ all_flow_today > < trade_amount_yestday >100</ trade_amount_yestday > < consumer_num_today >100</ consumer_num_today > < order_to_return_num >100</ order_to_return_num > < order_to_exchange_num >100</ order_to_exchange_num > < amount_to_refund >0</ amount_to_refund > < order_to_deliver_num >100</ order_to_deliver_num > < order_to_print_num >100</ order_to_print_num > < item_out_storage_today >100</ item_out_storage_today > < order_num_yestday >100</ order_num_yestday > < order_num_today >120</ order_num_today > < item_in_storage_today >100</ item_in_storage_today > </ number_info > < isv_msg >执行成功!</ isv_msg > < isv_code >0</ isv_code > </ result > < error_code >1</ error_code > < error_msg >2222</ error_msg > </ result > </ qianniu_worklink_app_isvnumber_get_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 > |
错误码 | 错误描述 | 解决方案 |
---|