记得上下班打卡 | git大法好,push需谨慎

Commit 44da297f authored by jiangxiulong's avatar jiangxiulong

payMethod

parent 7bda81bd
......@@ -342,6 +342,7 @@ public class KylinOrderTicketsRefundServiceImpl {
if (isRefundExpress == 1) { // 1用户承担 0无 公司月结
hBody.put("payMethod", "1");// 运费付款方式:0-寄付月结;1-寄付现结;2-收方付;3-第三方付;
} else {
// 收方付 派方小哥巴枪挂月结
hBody.put("payMethod", "2");// 运费付款方式:0-寄付月结;1-寄付现结;2-收方付;3-第三方付;
}
hBody.put("expressType", expressType.toString());// 顺丰特快
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment