|
const wxOrderData = { config: this.appConfig, money, openid, order_no, desc, notice_url };
|
|
const wxOrderData = { config: this.appConfig, money, openid, order_no, desc, notice_url };
|
|
const res = await this.httpUtil.cpost(url, wxOrderData);
|
|
const res = await this.httpUtil.cpost(url, wxOrderData);
|
|
throw new BusinessError(ErrorCode.SERVICE_FAULT, '微信下单失败!');
|
|
throw new BusinessError(ErrorCode.SERVICE_FAULT, '微信下单失败!');
|