mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 02:07:49 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"base_resp": {
|
||||
"err_msg": "ok",
|
||||
"ret": 0
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"slot_id": 3030046789020061,
|
||||
"ad_slot": "SLOT_ID_WEAPP_INTERSTITIAL",
|
||||
"date": "2020-04-13",
|
||||
"req_succ_count": 443610,
|
||||
"exposure_count": 181814,
|
||||
"exposure_rate": 0.409850995,
|
||||
"click_count": 10095,
|
||||
"click_rate": 0.055523777,
|
||||
"income": 52175,
|
||||
"ecpm": 286.969100289
|
||||
}
|
||||
],
|
||||
"summary": {
|
||||
"req_succ_count": 4406394,
|
||||
"exposure_count": 1797225,
|
||||
"exposure_rate": 0.407867522,
|
||||
"click_count": 100167,
|
||||
"click_rate": 0.055734257,
|
||||
"income": 578003,
|
||||
"ecpm": 321.608591022
|
||||
},
|
||||
"total_num": 1
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"base_resp": {
|
||||
"err_msg": "ok",
|
||||
"ret": 0
|
||||
},
|
||||
"body": "深圳市腾讯计算机系统有限公司",
|
||||
"penalty_all": 0,
|
||||
"revenue_all": 5178368698,
|
||||
"settled_revenue_all": 2613696765,
|
||||
"settlement_list": [
|
||||
{
|
||||
"date": "2020-03-25",
|
||||
"zone": "2020年3月1日至15日",
|
||||
"month": "202003",
|
||||
"order": 1,
|
||||
"sett_status": 1,
|
||||
"settled_revenue": 718926045,
|
||||
"sett_no": "XXX",
|
||||
"mail_send_cnt": "0",
|
||||
"slot_revenue": [
|
||||
{
|
||||
"slot_id": "SLOT_ID_WEAPP_BANNER",
|
||||
"slot_settled_revenue": 34139443
|
||||
},
|
||||
{
|
||||
"slot_id": "SLOT_ID_WEAPP_REWARD_VIDEO",
|
||||
"slot_settled_revenue": 684786602
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"total_num": 1
|
||||
}
|
||||
Reference in New Issue
Block a user