test(work): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-06-07 00:25:38 +08:00
parent 2718afe440
commit 9887745358
89 changed files with 930 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"mch_id": "12334",
"merchant_name": "xxx"
}

View File

@@ -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 ]
}
}

View File

@@ -0,0 +1,8 @@
{
"mch_id": "12334",
"allow_use_scope": {
"user": [ "zhangsan", "lisi" ],
"partyid": [ 1 ],
"tagid": [ 1, 2, 3 ]
}
}