添加套餐
POST
https://nwdx.ywzyit.com/shop/package/add
请求参数
参数名
类型
描述
必填
store_id
int
商家id,示例:1
必填
title
string
名称,示例:测试
必填
images
int
图片,示例:
必填
vip_price
int
会员价,示例:1
必填
price
int
用户价,示例:2
必填
real_price
int
原价,示例:3
必填
cost_price
int
成本,示例:4
必填
store
int
库存,示例:100
必填
start_time
string
开始时间,示例:2020-11-13 16:07:44
必填
end_time
string
结束时间,示例:2020-11-13 16:07:44
必填
use_time
string
使用时间,示例:2020-11-13 16:07:44
必填
content
string
示例:这里是详情
必填
rules
string
示例:使用规则
必填
rate
int
费率,示例:50
必填
响应参数
参数名
类型
描述
必填
status
boolean
示例:true
必填
msg
string
示例:添加成功
必填
data
string
示例:2
必填