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,6 @@
{
"errcode": 0,
"errmsg": "ok",
"ticket": "bxLdikRXVbTPdHSM05e5u5sUoXNKd8-41ZO3MhKoyN5OfkWITDGgnr2fwJ0m9E8NYzWKVZvdVtaUgWvsdshFKA",
"expires_in": 7200
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"ticket": "bxLdikRXVbTPdHSM05e5u5sUoXNKd8-41ZO3MhKoyN5OfkWITDGgnr2fwJ0m9E8NYzWKVZvdVtaUgWvsdshFKA",
"expires_in": 7200
}

View File

@@ -0,0 +1,7 @@
{
"begin_time": 1605171726,
"end_time": 1605172726,
"payee_userid": "zhangshan",
"cursor": "CURSOR",
"limit": 10
}

View File

@@ -0,0 +1,41 @@
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "CURSOR",
"bill_list": [
{
"transaction_id": "xxxxx",
"trade_state": 1,
"pay_time": 12345,
"out_trade_no": "xxxx",
"external_userid": "xxxx",
"total_fee": 100,
"payee_userid": "zhangshan",
"payment_type": 1,
"mch_id": "123454",
"remark": "xxxx",
"commodity_list": [
{
"description": "手机",
"amount": 1
}
],
"total_refund_fee": 100,
"refund_list": [
{
"out_refund_no": "xx",
"refund_userid": "xxx",
"refund_comment": "xxx",
"refund_reqtime": 1605171790,
"refund_status": 1,
"refund_fee": 100
}
],
"payer_info": {
"name": "xxx",
"phone": "xxx",
"address": "xxx"
}
}
]
}

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

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"status": 1,
"type": "contact_id_translate",
"result": {
"contact_id_translate": {
"url": "xxxx"
}
}
}

View File

@@ -0,0 +1,6 @@
{
"auth_corpid": "wwxxxx",
"media_id_list": [ "1G6nrLmr5EC3MMb_-zK1dDdzmd0p7cNliYu9V5w7o8K0" ],
"output_file_name": "学习手册",
"output_file_format": "pdf"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"jobid": "xxxxx"
}

View File

@@ -0,0 +1,5 @@
{
"auth_corpid": "wwxxxxxx",
"sort_type": 1,
"useridlist": [ "zhangshan", "lisi" ]
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"useridlist": [ "lisi", "zhangshan" ]
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "",
"type": "image",
"media_id": "1G6nrLmr5EC3MMb_-zK1dDdzmd0p7cNliYu9V5w7o8K0",
"created_at": "1380000000"
}