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

This commit is contained in:
Fu Diwei
2021-07-21 11:04:47 +08:00
parent 8ffbf89aa1
commit a5508359e5
14 changed files with 74 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
{
"errcode": 0,
"errmsg": "ok",
"project_name": "学费",
"amount": 998,
"payment_result": [
{
"student_userid": "xxxx",
"trade_state": 1,
"trade_no": "xxxxx",
"payer_parent_userid": "zhangshan"
}
]
}

View File

@@ -0,0 +1,4 @@
{
"payment_id": "xxxx",
"trade_no": "xxxx"
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"transaction_id": "xxxxx",
"pay_time": 12345
}