确认订单(优惠)(弃用)
POST
/userOrder/add/calculateDiscount
请求头
参数名
类型
描述
必填
Content-Type
string
application/json
必填
请求参数
参数名
类型
描述
必填
userInfoId
int
用户id
必填
storeId
int
店铺Id
必填
storeName
string
店铺名
必填
storeAvatar
string
店铺头像
必填
storeImage
string
店铺国旗
必填
storeType
string
店铺类型
必填
totalCount
int
购买总数
必填
storeDiscount
double
店铺优惠
必填
platformDiscount
double
平台优惠
必填
couponDiscount
double
红包优惠
必填
orderPostage
double
订单总运费
必填
orderTaxes
double
订单总税费
必填
totalPrice
double
订单总价
必填