feat(work): 新增接口调用许可提交续期订单接口

This commit is contained in:
Fu Diwei
2024-04-09 09:39:09 +08:00
parent 3f23f14e1b
commit df135ddd31
5 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"jobid": "wwxxx",
"buyer_userid": "xxxx",
"account_duration": {
"months": 2,
"new_expire_time":1700000000
}
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"order_id": "xxxx"
}