mark 2 年之前
父節點
當前提交
433cd70d5b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Http/Logic/User/UserLogic.php

+ 2 - 0
app/Http/Logic/User/UserLogic.php

@@ -199,6 +199,8 @@ class UserLogic extends BaseLogic
             throw new CommonException(ErrorEnum::ERROR_CASH);
         }
         DB::commit();
+        //发送企微通知
+        BaseUtil::sendBaoJing("","用户【".$user["id"]."】提现,金额:".$crashBalance,"用户提现申请");
     }
 
     /**