From 58cc7f4c4bfc918f2a14283948dff1eff8d98de1 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Thu, 28 Mar 2019 18:19:43 +0800 Subject: [PATCH] add 兑换券 --- js/billCodePay.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/billCodePay.js b/js/billCodePay.js index b23d8a8..cc9d897 100644 --- a/js/billCodePay.js +++ b/js/billCodePay.js @@ -153,7 +153,7 @@ var webAppClass = { terminalSource:7, orderId:webAppParams.orderId, cardNo:discountVal, - codeType:0 + codeType:2 } postRequest(url, discountParams, function (res) { console.log(res) @@ -197,7 +197,7 @@ var webAppClass = { terminalSource:7, orderId:webAppParams.orderId, cardNo:discountVal, - codeType:0 + codeType:2 } postRequest(url, discountParams, function (res) { console.log(res) -- libgit2 0.21.4