Commit 58cc7f4c4bfc918f2a14283948dff1eff8d98de1
1 parent
72b1b692
add 兑换券
Showing
1 changed file
with
2 additions
and
2 deletions
js/billCodePay.js
... | ... | @@ -153,7 +153,7 @@ var webAppClass = { |
153 | 153 | terminalSource:7, |
154 | 154 | orderId:webAppParams.orderId, |
155 | 155 | cardNo:discountVal, |
156 | - codeType:0 | |
156 | + codeType:2 | |
157 | 157 | } |
158 | 158 | postRequest(url, discountParams, function (res) { |
159 | 159 | console.log(res) |
... | ... | @@ -197,7 +197,7 @@ var webAppClass = { |
197 | 197 | terminalSource:7, |
198 | 198 | orderId:webAppParams.orderId, |
199 | 199 | cardNo:discountVal, |
200 | - codeType:0 | |
200 | + codeType:2 | |
201 | 201 | } |
202 | 202 | postRequest(url, discountParams, function (res) { |
203 | 203 | console.log(res) | ... | ... |