mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
test(work): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"mch_id": "12334",
|
||||
"merchant_name": "xxx"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"mch_id": "12334"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"mch_id": "12334"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"bind_status": 0,
|
||||
"mch_id": "12334",
|
||||
"merchant_name": "test",
|
||||
"allow_use_scope": {
|
||||
"user": [ "zhangsan", "lisi" ],
|
||||
"partyid": [ 1 ],
|
||||
"tagid": [ 1, 2, 3 ]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"mch_id": "12334",
|
||||
"allow_use_scope": {
|
||||
"user": [ "zhangsan", "lisi" ],
|
||||
"partyid": [ 1 ],
|
||||
"tagid": [ 1, 2, 3 ]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
Reference in New Issue
Block a user