mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(wxapi): 新增小游戏查询虚拟支付订单状态接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"openid": "oUrsfxxxxxxxxxx",
|
||||
"ts": 1668512806,
|
||||
"env": 0,
|
||||
"out_trade_no": "test_queryorderinfo_1668512806",
|
||||
"offer_id": "xxxx",
|
||||
"biz_id": 1
|
||||
}
|
@@ -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"
|
||||
}
|
Reference in New Issue
Block a user