花园ai作画定制查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
openid | String | 可选 | AAGGLtGQAJvQ9HdRQv8g0cmx | openid | |
open_id | String | 可选 | AAGGLtGQAJvQ9HdRQv8g0cmx | openid | |
app_id | String | 可选 | 28327636 | appKey | |
param | InteractiveTopItemParam | 可选 | 商品信息 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Response | 返回结果 | |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaFcMallxInteractionAiPicListRequest req = new AlibabaFcMallxInteractionAiPicListRequest(); req.setOpenid( "AAGGLtGQAJvQ9HdRQv8g0cmx" ); req.setOpenId( "AAGGLtGQAJvQ9HdRQv8g0cmx" ); req.setAppId( "28327636" ); AlibabaFcMallxInteractionAiPicListRequest.InteractiveTopItemParam obj1 = new AlibabaFcMallxInteractionAiPicListRequest.InteractiveTopItemParam(); obj1.setItemId(1L); obj1.setSku(1L); obj1.setQuantity(1L); obj1.setOutKey( "xxxx" ); req.setParam(obj1); AlibabaFcMallxInteractionAiPicListResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 | < alibaba_fc_mallx_interaction_ai_pic_list_response > < result > < success >true</ success > < code >success</ code > < desc >成功</ desc > < trace_id >traceId</ trace_id > < data >""</ data > </ result > </ alibaba_fc_mallx_interaction_ai_pic_list_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 > |
错误码 | 错误描述 | 解决方案 |
---|