本地联盟饿了么评价有礼诊断
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
lock_id | Number | 必须 | 123 | 资格ID | |
order_id | String | 必须 | 131 | 饿了么订单ID |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | OAscribeDiagnoseResult | 数据 | |
|
|||
biz_error_code | String | 0 | 错误码 |
biz_error_message | String | xxx不正确 | 错误消息 |
1 2 3 4 5 6 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlscUnionElemeStorepromotionReviewbwcDiagnoseRequest req = new AlibabaAlscUnionElemeStorepromotionReviewbwcDiagnoseRequest(); req.setLockId(123L); req.setOrderId( "131" ); AlibabaAlscUnionElemeStorepromotionReviewbwcDiagnoseResponse 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 17 18 19 20 | < alibaba_alsc_union_eleme_storepromotion_reviewbwc_diagnose_response > < data > < qualification > < shop_id >36CEA78F618578618E3AE4DB3F71A20C</ shop_id > < apply_mobile >188xxxx1313</ apply_mobile > < apply_time_text >2024-11-22 12:33:14</ apply_time_text > < ascribe_order_id >31313131313</ ascribe_order_id > </ qualification > < order > < order_mobile >xxxxxxxxx42</ order_mobile > < shop_id >36CEA78F618578618E3AE4DB3F71A20C</ shop_id > < shop_name >测试门店</ shop_name > </ order > < diagnose_state >1</ diagnose_state > < diagnose_code >NOT_ASCRIBE_ORDER_USE_BWC</ diagnose_code > < diagnose_desc >诊断描述文案</ diagnose_desc > </ data > < biz_error_code >0</ biz_error_code > < biz_error_message >xxx不正确</ biz_error_message > </ alibaba_alsc_union_eleme_storepromotion_reviewbwc_diagnose_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 > |
错误码 | 错误描述 | 解决方案 |
---|