闲鱼联盟-cpa佣金明细查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
cpa_bill_query_params | CpaBillQueryParams | 可选 | 入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | IdleAffiliatePageResult | result | |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaIdleAffiliateCpaIncomeDetailsQueryRequest req = new AlibabaIdleAffiliateCpaIncomeDetailsQueryRequest(); AlibabaIdleAffiliateCpaIncomeDetailsQueryRequest.CpaBillQueryParams obj1 = new AlibabaIdleAffiliateCpaIncomeDetailsQueryRequest.CpaBillQueryParams(); obj1.setBillState(0L); AlibabaIdleAffiliateCpaIncomeDetailsQueryRequest.PageRequest obj2 = new AlibabaIdleAffiliateCpaIncomeDetailsQueryRequest.PageRequest(); obj2.setPageSize(20L); obj2.setPageNum(1L); obj1.setPageRequest(obj2); obj1.setStartTime(1736842511787L); obj1.setEndTime(1736842511787L); req.setCpaBillQueryParams(obj1); AlibabaIdleAffiliateCpaIncomeDetailsQueryResponse 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 | < alibaba_idle_affiliate_cpa_income_details_query_response > < result > < result > < cpa_bill_d_t_o > < amount >2.4</ amount > < amount_calculation_formula >4元*0.6</ amount_calculation_formula > < state_text >UN_ACCOUNTED</ state_text > < create_time >1724396198817</ create_time > < campaign_id >6</ campaign_id > < bill_id >2ctHAHEb9qAT6iCKZO6I8uirfY+5xmHpHKYXmoMGTws=</ bill_id > < update_time >1724779638443</ update_time > < comment >推荐用户注册</ comment > < state >1</ state > < sub_publisher_id >123456</ sub_publisher_id > < invitee_id >123456</ invitee_id > < extend_info >{"userL1Label":"U2"}</ extend_info > </ cpa_bill_d_t_o > </ result > < display_error_msg >错误信息描述</ display_error_msg > < next_page >true</ next_page > < success >true</ success > < err_code >AFFILIATE_COMMON_ERROR</ err_code > < err_msg >错误信息</ err_msg > </ result > </ alibaba_idle_affiliate_cpa_income_details_query_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 > |
错误码 | 错误描述 | 解决方案 |
---|