Skip to content

价格多样化

修改点:

DB:

customized_info表:
新增: price_diversification bool

接口:

station部分

/station/customized/update

Method: Post
请求:
    title O str 
    logo O str
    phone O str
    banner O str
    banners O list
    account O str
    新增:
    price_diversification O int 前段传1和0即可
响应:
    code    M   int
    msg     M   string
    data    M   null

/station/customized

Method: Get
请求:
    无
响应:
    code    M   int
    msg     M   string
    data: {
        ...
        新增
        price_diversification O int
    }

Bshop部分

模板增加price_diversification字段