演示大屏指标概括
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
common_param | String | 可选 | {"oemcode":"SMPV","brandCode":"RMARK"} | 公共参数 | |
request_param | String | 可选 | {} | 业务参数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | StatResult [] | 总览 | |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); YunosChargeCmsDemoscreenGetsummaryRequest req = new YunosChargeCmsDemoscreenGetsummaryRequest(); req.setCommonParam("{\"oemcode\":\"SMPV\",\"brandCode\":\"RMARK\"}"); req.setRequestParam("{}"); YunosChargeCmsDemoscreenGetsummaryResponse rsp = client.execute(req); System.out.println(rsp.getBody());
<yunos_charge_cms_demoscreen_getsummary_response> <result> <stat_result> <pay_for_myself_order_ratio>30</pay_for_myself_order_ratio> <pay_for_electric_card_order_ratio>70</pay_for_electric_card_order_ratio> <other_user_quantity>0</other_user_quantity> <pay_for_integral_order_quantity>0</pay_for_integral_order_quantity> <brand_station_pay_for_electric_card_order_ratio>0</brand_station_pay_for_electric_card_order_ratio> <brand_station_other_user_quantity>0</brand_station_other_user_quantity> <brand_station_service_fee_income>13.61</brand_station_service_fee_income> <order_total_quantity>10</order_total_quantity> <brand_station_pay_for_integral_order_quantity>0</brand_station_pay_for_integral_order_quantity> <pay_for_myself_order_quantity>3</pay_for_myself_order_quantity> <brand_station_webchat_user_quantity>0</brand_station_webchat_user_quantity> <user_count_for_e_r6_rate>0</user_count_for_e_r6_rate> <brand_station_pay_for_mix_order_quantity>0</brand_station_pay_for_mix_order_quantity> <order_brand_station_quantity>10</order_brand_station_quantity> <marvel_user_ratio>100</marvel_user_ratio> <brand_station_pay_for_electric_card_order_quantity>7</brand_station_pay_for_electric_card_order_quantity> <brand_station_webchat_order_ratio>0</brand_station_webchat_order_ratio> <emission_reduction>0.04</emission_reduction> <brand_station_app_order_ratio>30</brand_station_app_order_ratio> <brand_station_marvel_user_quantity>1</brand_station_marvel_user_quantity> <brand_station_electricity_ratio>100</brand_station_electricity_ratio> <brand_station_other_user_ratio>0</brand_station_other_user_ratio> <brand_station_webchat_user_ratio>0</brand_station_webchat_user_ratio> <brand_station_electricity>37.2</brand_station_electricity> <brand_user_count_for_e_r6_rate>0</brand_user_count_for_e_r6_rate> <brand_station_r7_user_ratio>0</brand_station_r7_user_ratio> <webchat_order_ratio>0</webchat_order_ratio> <app_user_ratio>100</app_user_ratio> <order_brand_station_ratio>100</order_brand_station_ratio> <brand_station_app_order_quantity>3</brand_station_app_order_quantity> <brand_station_pay_for_integral_order_ratio>0</brand_station_pay_for_integral_order_ratio> <brand_station_marvel_user_ratio>100</brand_station_marvel_user_ratio> <public_station_order_ratio>0</public_station_order_ratio> <app_order_quantity>3</app_order_quantity> <brand_station_order_quantity>10</brand_station_order_quantity> <brand_station_user_quantity>1</brand_station_user_quantity> <pay_for_mix_order_quantity>0</pay_for_mix_order_quantity> <other_user_ratio>0</other_user_ratio> <pay_for_electric_card_order_quantity>7</pay_for_electric_card_order_quantity> <r7_user_quantity>0</r7_user_quantity> <brand_station_app_user_quantity>0</brand_station_app_user_quantity> <app_order_ratio>30</app_order_ratio> <webchat_user_ratio>0</webchat_user_ratio> <brand_station_pay_for_myself_order_ratio>30</brand_station_pay_for_myself_order_ratio> <marvel_user_quantity>1</marvel_user_quantity> <brand_station_pay_for_myself_order_quantity>3</brand_station_pay_for_myself_order_quantity> <user_quantity>1</user_quantity> <order_total_amount>334.94</order_total_amount> <webchat_order_quantity>0</webchat_order_quantity> <total_electricity>37.2</total_electricity> <app_user_quantity>1</app_user_quantity> <clazz>banma.charge.cms.dto.response.StatResult</clazz> <public_station_order_quantity>0</public_station_order_quantity> <pay_for_mix_order_ratio>0</pay_for_mix_order_ratio> <pay_for_integral_order_ratio>0</pay_for_integral_order_ratio> <brand_station_app_user_ratio>0</brand_station_app_user_ratio> <brand_station_r7_user_quantity>0</brand_station_r7_user_quantity> <webchat_user_quantity>0</webchat_user_quantity> <user_count_for_e_r6>0</user_count_for_e_r6> <brand_station_webchat_order_quantity>0</brand_station_webchat_order_quantity> <brand_station_total_amount>334.94</brand_station_total_amount> <brand_user_count_for_e_r6>0</brand_user_count_for_e_r6> <brand_station_service_fee_income_ratio>4.06</brand_station_service_fee_income_ratio> <r7_user_ratio>0</r7_user_ratio> <brand_station_pay_for_mix_order_ratio>0</brand_station_pay_for_mix_order_ratio> <f7_user_quantity>0</f7_user_quantity> <f7_user_ratio>0</f7_user_ratio> <brand_station_f7_user_quantity>0</brand_station_f7_user_quantity> <brand_station_f7_user_ratio>0</brand_station_f7_user_ratio> </stat_result> </result> </yunos_charge_cms_demoscreen_getsummary_response>
<error_response> <code>50</code> <msg>Remote service error</msg> <sub_code>isv.invalid-parameter</sub_code> <sub_msg>非法参数</sub_msg> </error_response>
错误码 | 错误描述 | 解决方案 |
---|