标题智能生成
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
auto_title_request_d_t_o | AutoTitleRequestDto | 可选 | 入参对象 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result_list | String [] | boy | 标题结果 |
1 2 3 4 5 6 7 8 9 10 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaSeakingCloudTitleAutoRequest req = new AlibabaSeakingCloudTitleAutoRequest(); AlibabaSeakingCloudTitleAutoRequest.AutoTitleRequestDto obj1 = new AlibabaSeakingCloudTitleAutoRequest.AutoTitleRequestDto(); obj1.setCatLevel2Id(11L); obj1.setCatLevel3Id(22L); obj1.setKeywords( "hello" ); obj1.setPlatform( "ae" ); req.setAutoTitleRequestDTO(obj1); AlibabaSeakingCloudTitleAutoResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 | < alibaba_seaking_cloud_title_auto_response > < result_list > < string >boy</ string > </ result_list > </ alibaba_seaking_cloud_title_auto_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 > |
错误码 | 错误描述 | 解决方案 |
---|