@@ -101,6 +101,13 @@ class Integralinfo extends request {
}
/**
+ * 移动积分扣减
+ */
+ static getExchange(params) {
+ return this.postRequest(`${this.INT_URL}/app/order/exchange`, params);
+ }
+
+ /**
* 支付短信验证码
*/
static getPaySend(params) {
@@ -701,7 +701,7 @@ paymentClick() {
})
});
} else if (this.data.activeNum === 0 && this.data.active1code !== '') {
- Integralinfo.getPayOnce({
+ Integralinfo.getExchange({
fingerprint: '',
mobile: getMobileCache(),
optCode: this.data.active1code,