mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
test(work): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"payment_id": "xxxx"
|
||||
}
|
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"payment_id": "xxxx",
|
||||
"trade_no": "xxxx"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"transaction_id": "xxxxx",
|
||||
"pay_time": 12345
|
||||
}
|
Reference in New Issue
Block a user