|
@@ -226,7 +226,7 @@ class PayService extends CrudService {
|
|
|
*/
|
|
|
getWxPayData(order_id, money, no) {
|
|
|
const openid = _.get(this.ctx, 'user.openid');
|
|
|
- const data = { config: this.appConfig, money, openid, order_no: no, desc: '购物', notice_url: this.payOrderReturnUrl(order_id) };
|
|
|
+ const data = { config: this.appConfig, money, openid, order_no: no, desc: '购物', notice_url: this.payOrderReturnUrl };
|
|
|
return data;
|
|
|
}
|
|
|
|