mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(wxapi): 新增小程序虚拟支付相关接口
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"order": {
|
||||
"order_id": "",
|
||||
"create_time": 0,
|
||||
"update_time": 0,
|
||||
"status": 0,
|
||||
"biz_type": 0,
|
||||
"order_fee": 0,
|
||||
"coupon_fee": 0,
|
||||
"paid_fee": 0,
|
||||
"order_type": 0,
|
||||
"refund_fee": 0,
|
||||
"paid_time": 0,
|
||||
"provide_time": 0,
|
||||
"biz_meta": "",
|
||||
"env_type": 0,
|
||||
"token": "",
|
||||
"left_fee": 0,
|
||||
"wx_order_id": "",
|
||||
"channel_order_id": "",
|
||||
"wxpay_order_id": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user