mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"auth_field": {
|
||||
"user_field": {
|
||||
"show_title": 1,
|
||||
"show_phone": 1,
|
||||
"show_email": 1,
|
||||
"custom_field": [
|
||||
{
|
||||
"key": "field1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"biz_field": {
|
||||
"show_title": 1,
|
||||
"show_tax_no": 1,
|
||||
"show_addr": 1,
|
||||
"show_phone": 1,
|
||||
"show_bank_type": 1,
|
||||
"show_bank_no": 1,
|
||||
"custom_field": [
|
||||
{
|
||||
"key": "field2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"contact": {
|
||||
"phone": "88888888",
|
||||
"time_out": 12345
|
||||
},
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"paymch_info": {
|
||||
"mchid": "1234",
|
||||
"s_pappid": "wxabcd"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user