mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 新增接口调用许可提交续期订单接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"jobid": "wwxxx",
|
||||
"buyer_userid": "xxxx",
|
||||
"account_duration": {
|
||||
"months": 2,
|
||||
"new_expire_time":1700000000
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"order_id": "xxxx"
|
||||
}
|
Reference in New Issue
Block a user