瀏覽代碼

feat: 出金回调接口

max 7 月之前
父節點
當前提交
8a5c1b7fad
共有 1 個文件被更改,包括 0 次插入1 次删除
  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({