|
@@ -10,7 +10,7 @@ class PayService extends CrudService {
|
|
|
constructor(ctx) {
|
|
|
super(ctx, 'pay');
|
|
|
this.httpUtil = this.ctx.service.util.httpUtil;
|
|
|
- this.appConfig = 'pointApp';
|
|
|
+ this.appConfig = this.app.config.wxPayConfig;
|
|
|
this.orderModel = this.ctx.model.Trade.Order;
|
|
|
this.dictDataModel = this.ctx.model.Dev.DictData;
|
|
|
this.payOrderReturnUrl = this.app.config.payReturn.order;
|