文档
测试

小程序下单成功界面

GET
order/orderDistributorInfo/xcx/placeSuccess

请求头

参数名
类型
描述
必填
Authorization
string
Bearer d2331075-3cad-4768-ae55-76fd9b2e0056 用户登录token进行替换
必填

请求参数

参数名
类型
描述
必填
orderDistributorInfoId
Long
分销订单id
必填

响应参数

参数名
类型
描述
必填
code
int
返回校验码
必填
msg
String
返回提示信息
必填
data
T
返回值
必填
totalMoney
BigDecimal
订单总金额(包括运费)
必填
paidPrice
BigDecimal
商品支付总金额
必填
orderNo
String
必填
placeOrderTime
LocalDateTime
下单时间
必填
isReceiveDiscount
Boolean
是否获赠了优惠券
必填
receiveDiscountNumber
Integer
获赠优惠券数量
必填