mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 12:09:30 +08:00
28 lines
666 B
JSON
28 lines
666 B
JSON
{
|
|
"base_resp": {
|
|
"err_msg": "ok",
|
|
"ret": 0
|
|
},
|
|
"list": [
|
|
{
|
|
"date": "20XX-XX-XX",
|
|
"exposure_count": 15153,
|
|
"click_count": 396,
|
|
"click_rate": 38.265151515,
|
|
"order_count": 3,
|
|
"order_rate": 0.007575758,
|
|
"total_fee": 162900,
|
|
"total_commission": 25021
|
|
}
|
|
],
|
|
"summary": {
|
|
"exposure_count": 117143,
|
|
"click_count": 3442,
|
|
"click_rate": 34.033410808,
|
|
"order_count": 18,
|
|
"order_rate": 0.005229518,
|
|
"total_fee": 924082,
|
|
"total_commission": 133030
|
|
},
|
|
"total_num": 7
|
|
} |