mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(work): 新增接口调用许可余额支付相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"jobid": "JOBID"
|
||||
}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"status": 3,
|
||||
"pay_job_result": {
|
||||
"errcode": 700001,
|
||||
"errmsg": "xxx",
|
||||
"fail_corp_list": [
|
||||
{
|
||||
"corpid": "wwxxx",
|
||||
"errcode": 700002,
|
||||
"errmsg": "xxx"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"payer_userid": "USERID",
|
||||
"order_id": "ORDERID"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "JOBID"
|
||||
}
|
Reference in New Issue
Block a user