{
"id":1712764690102652929,
"chargeVipId":1726872802629386241
}
curl --location --request POST 'https://sdtstore-dev.zazfix.com/facade/storeInfo/createOrder?query=%7B%22current%22%3A1%7D' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJiaXpfc3RvcmU6MTcyNjg4MjIwNDQ1MTcyMTIxOCIsInJuU3RyIjoiZ0tsSURRa3FHZ1p1SlNON2ZabDRKZDhkemFMalFlS1YiLCJ1c2VySWQiOjE3MjY4ODIyMDQ0NTE3MjEyMTh9.WcJ00whR4AJYORLg7qxB1eZEClu2blAC0mqFYs56QGc' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":1712764690102652929,
"chargeVipId":1726872802629386241
}'
{
"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": [
{}
]
}
]
}