Browse Source

feat: 出金回调接口

max 7 months ago
parent
commit
8a5c1b7fad
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/modules/payment/service/order.ts

+ 0 - 1
src/modules/payment/service/order.ts

@@ -717,7 +717,6 @@ export class OrderService extends BaseService {
     });
 
     if (!wallet) {
-      this.customeCallback('payOut', order)
       throw new CoolCommException('钱包不存在');
     }
     const merchant = await this.merchantEntity.findOne({