mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 18:26:20 +08:00
feat(wxapi): 新增小程序 B2B 门店助手相关接口
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"appid": "",
|
||||
"order_no": "",
|
||||
"out_trade_no": ""
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"payfororder": {
|
||||
"out_trade_no": "",
|
||||
"order_no": "",
|
||||
"openid": "",
|
||||
"create_time": 123456,
|
||||
"amount": 0,
|
||||
"status": 0,
|
||||
"zone_id": "",
|
||||
"env": 0,
|
||||
"pay_time": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user