- 咋装
- 用户模块
- 授权模块
- 系统模块
- 支付模块
- 订单
- 商品模块
- 商城
- 数店通
更新订单-不用
开发中
POST
localhost:8080/facade/storeInfo/updateOrder
请求参数
Query 参数
query
string
可选
示例值:
%7B%22current%22%3A1%7D
Header 参数
Authorization
string
可选
示例值:
Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJiaXpfc3RvcmU6MTcyNjg4MjIwNDQ1MTcyMTIxOCIsInJuU3RyIjoiZ0tsSURRa3FHZ1p1SlNON2ZabDRKZDhkemFMalFlS1YiLCJ1c2VySWQiOjE3MjY4ODIyMDQ0NTE3MjEyMTh9.WcJ00whR4AJYORLg7qxB1eZEClu2blAC0mqFYs56QGc
Body 参数application/json
id
string
店铺id
示例
{
"id": 1712764690102652929,
"chargeVipId": 1712764690102652929,
"chargeVipOrderId": 1727196171283333121,
"paymentOrderNum": "12345",
"channelTradeNo": "3265142"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'localhost:8080/facade/storeInfo/updateOrder?query=%7B%22current%22%3A1%7D' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJiaXpfc3RvcmU6MTcyNjg4MjIwNDQ1MTcyMTIxOCIsInJuU3RyIjoiZ0tsSURRa3FHZ1p1SlNON2ZabDRKZDhkemFMalFlS1YiLCJ1c2VySWQiOjE3MjY4ODIyMDQ0NTE3MjEyMTh9.WcJ00whR4AJYORLg7qxB1eZEClu2blAC0mqFYs56QGc' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1712764690102652929,
"chargeVipId": 1712764690102652929,
"chargeVipOrderId": 1727196171283333121,
"paymentOrderNum": "12345",
"channelTradeNo": "3265142"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array[object (chargeVip) {20}]
必需
id
integer
主键
>= 1<= 7.307508186654515e+47
tenantCode
string
租户号
<= 12 字符
默认值:
null
vipName
string
付费名称
<= 120 字符
storePay
integer
必需
>= -128<= 127
currentPrice
string
现价
<= 10 字符
originalPrice
string
原价
<= 10 字符
discount
string
折扣
<= 10 字符
默认值:
null
createUser
integer
创建人
>= -6.703903964971299e+153<= 6.703903964971299e+153
默认值:
null
createDept
integer
创建部门
>= -6.703903964971299e+153<= 6.703903964971299e+153
默认值:
null
createTime
string <date-time>
创建时间
默认值:
null
updateUser
integer
更新人
>= -6.703903964971299e+153<= 6.703903964971299e+153
默认值:
null
updateTime
string <date-time>
更新时间
默认值:
null
status
integer
可选
>= -32768<= 32767
默认值:
null
isDeleted
integer
可选
>= -32768<= 32767
默认值:
null
lifeCycle
integer
可选
>= -8388608<= 8388607
默认值:
null
trialFlag
integer
可选
>= -128<= 127
默认值:
null
trialDays
integer
试用天数
>= -8388608<= 8388607
默认值:
null
chargeFlag
integer
可选
>= -128<= 127
默认值:
null
hasVip
integer
可选
>= -128<= 127
默认值:
null
menuList
array [object]
菜单集合
示例
{
"code": 0,
"msg": "string",
"data": [
{
"id": 1,
"tenantCode": null,
"vipName": "string",
"storePay": -128,
"currentPrice": "string",
"originalPrice": "string",
"discount": null,
"createUser": null,
"createDept": null,
"createTime": null,
"updateUser": null,
"updateTime": null,
"status": null,
"isDeleted": null,
"lifeCycle": null,
"trialFlag": null,
"trialDays": null,
"chargeFlag": null,
"hasVip": null,
"menuList": [
{}
]
}
]
}
修改于 2023-11-23 07:40:17