文档
测试

获取订单金额

POST
order/orderDistributorInfo/xcx/getMoney

接口描述

员工端获取订单金额

请求头

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

请求参数

参数名
类型
描述
必填
orderDistributorInfoDetailDtoList
OrderDistributorInfoDetailDto
商品信息
必填
shopSkuOnlineId
Long
商品sku的id
必填
isGift
Integer
是否是赠品:0: 不是赠品(false) ,1:是赠品(true)
必填
num
Integer
购买数量,就是一个,多个商品多条数据
必填
isFreight
Integer
是否运费0到付,1固定运费 2:包邮
必填
expressType
Integer
收货方式(1:快递配送,2:门店自取,3:员工配送,4:其他车辆)
必填

响应参数

参数名
类型
描述
必填
data
T
返回值
必填
expressMoney
BigDecimal
运费
必填
totalMoney
BigDecimal
订单总金额(包括运费)
必填
realTotalMoney
BigDecimal
实际订单金额(进行各种折扣后的金额)
必填
goodsMoney
BigDecimal
商品总金额(不包含运费,仅仅是商品总金额)
必填
totalRevisePrice
BigDecimal
商品调价总金额
必填