|
@@ -318,7 +318,7 @@ export default {
|
|
|
switch (plamPayType) {
|
|
switch (plamPayType) {
|
|
|
case 1: //微信
|
|
case 1: //微信
|
|
|
var data = {
|
|
var data = {
|
|
|
- merchantId: this.form.merchantId,
|
|
|
|
|
|
|
+ sjId: this.form.sjId,
|
|
|
wxPayMerchantId: this.form.wxPayMerchantId,
|
|
wxPayMerchantId: this.form.wxPayMerchantId,
|
|
|
wxPayKey: this.form.wxPayKey
|
|
wxPayKey: this.form.wxPayKey
|
|
|
};
|
|
};
|
|
@@ -329,7 +329,7 @@ export default {
|
|
|
break;
|
|
break;
|
|
|
case 2: //支付宝
|
|
case 2: //支付宝
|
|
|
var data = {
|
|
var data = {
|
|
|
- merchantId: this.form.merchantId,
|
|
|
|
|
|
|
+ sjId: this.form.sjId,
|
|
|
alipayPId: this.form.alipayPId,
|
|
alipayPId: this.form.alipayPId,
|
|
|
alipayKey: this.form.alipayKey,
|
|
alipayKey: this.form.alipayKey,
|
|
|
alipayPublicKey: this.form.alipayPublicKey
|
|
alipayPublicKey: this.form.alipayPublicKey
|