文档
测试

收银台

GET
order/orderDistributorInfo/erp/getCashier

接口描述

小程序收银台

请求头

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

请求参数

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

响应参数

参数名
类型
描述
必填
data
T
返回值
必填
totalMoney
BigDecimal
实际订单金额(进行各种折扣后的金额)
必填
paidPrice
BigDecimal
商品支付总金额
必填
waitPaidPrice
BigDecimal
商品待支付金额
必填
portfolioPaymentList
OrderDistributorInfoPortfolioPaymentVo
支付信息
必填
payFrom
String
1:支付宝,2:微信,3:账余 ,4:现金,5:pos机,6:对公打款
必填
payAmount
BigDecimal
支付金额
必填
status
Integer
订单状态 是否已完成 0-未完成 1-已完成
必填
isRefund
Integer
是否已撤销 0-未撤销 1-已撤销
必填
payStatus
支付结果 0-未验证 1-支付成功 2-支付失败
必填
isPay
Integer
1支付完成,0未支付
必填
isDebt
Integer
是否欠款,0:无,1:欠款
必填
isUsePayment
是否使用过组合支付,0:未使用,1:使用
必填