|
@@ -135,7 +135,7 @@ public class PayServiceImpl implements PayService {
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
- result = PayUtils.httpGet("https://pay.mihuajinfu.com/paygateway/mbpay/order/v1", merAccount, data);
|
|
|
+ result = PayUtils.httpGet("https://platform.mhxxkj.com/paygateway/mbpay/order/v1", merAccount, data);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
return model.error("支付失败");
|