feat(wxapi): 新增小游戏查询虚拟支付订单状态接口

This commit is contained in:
Fu Diwei
2024-06-20 16:24:07 +08:00
parent eec1428ae6
commit 4e40454ce7
5 changed files with 139 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{
"openid": "oUrsfxxxxxxxxxx",
"ts": 1668512806,
"env": 0,
"out_trade_no": "test_queryorderinfo_1668512806",
"offer_id": "xxxx",
"biz_id": 1
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"out_trade_no": "test_queryorderinfo_1668512806",
"pay_finish_time": 1669364790,
"product_id": "id_100001",
"deliver_state": 1,
"pay_state": 1,
"mch_order_no": "1217752501201407033233368018",
"transaction_id": "1217752501201407033233368018"
}