|
|
@@ -143,7 +143,7 @@ export class PaymentMtService extends GenericCrudService<PaymentMtEntity> {
|
|
|
// 获取支付配置
|
|
|
const config = await this.getPaymentConfig(tenantId);
|
|
|
|
|
|
- console.debug('微信支付配置:', config);
|
|
|
+ // console.debug('微信支付配置:', config);
|
|
|
|
|
|
// 创建商户订单号
|
|
|
const outTradeNo = `PAYMENT_${externalOrderId}_${Date.now()}`;
|