feat(work): 新增接口调用许可余额支付相关接口

This commit is contained in:
Fu Diwei
2023-10-09 12:12:05 +08:00
parent 894a7c20fe
commit 1c116397d6
9 changed files with 212 additions and 0 deletions

View File

@@ -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"
}
]
}
}

View File

@@ -0,0 +1,4 @@
{
"payer_userid": "USERID",
"order_id": "ORDERID"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"jobid": "JOBID"
}