mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"invoice_info": {
|
||||
"payee": "测试非税票据",
|
||||
"base_info": {
|
||||
"logo_url": "http://mmbiz.qpic.cn/mmbiz/iaL1LJM1mF9aRKPZJkmG8xXhiaHqkKSVMMWeN3hLut7X7hicFNjakmxibMLGWpXrEXB33367o7zHN0CwngnQY7zb7g/0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"card_id": "pjZ8Yt9WoOePThU0NfUKz5-tBEWU"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"s_pappid": "wxabcd",
|
||||
"order_id": "1234",
|
||||
"money": 11,
|
||||
"timestamp": 1474875876,
|
||||
"source": "web",
|
||||
"redirect_url": "https://mp.weixin.qq.com",
|
||||
"ticket": "tttt"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"auth_url": "http://auth_url",
|
||||
"expire_time": 7200
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"order_id": "1511169724",
|
||||
"card_ext": {
|
||||
"user_card": {
|
||||
"invoice_user_data": {
|
||||
"billing_time": "1511169724",
|
||||
"billing_code": "aabbccdd",
|
||||
"billing_no": "1511169724",
|
||||
"s_pdf_media_id": "s_pdf_media_id",
|
||||
"fee": 123,
|
||||
"title": "灌哥发票"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card_id": "pjZ8Yt7xiy3b9UfffRIA4Tm2xTnw",
|
||||
"appid": "wxc0b84a53ed8e8d29"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"code": "682xxxx661927",
|
||||
"openid": "ojZ8Ytz4lESxxxx_R1TvB2Kds"
|
||||
}
|
||||
Reference in New Issue
Block a user