Kirin 3 年之前
父节点
当前提交
1e59b70af6
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      app/models/user/UserExtract.php

+ 5 - 5
app/models/user/UserExtract.php

@@ -106,11 +106,11 @@ class UserExtract extends BaseModel
             $res = $res2 && $res3;
             $res = $res2 && $res3;
             if ($res) {
             if ($res) {
                 self::commitTrans();
                 self::commitTrans();
-                try {
-                    ChannelService::instance()->send('WITHDRAW', ['id' => $res1->id]);
-                } catch (\Exception $e) {
-                }
-                event('AdminNewPush');
+//                try {
+//                    ChannelService::instance()->send('WITHDRAW', ['id' => $res1->id]);
+//                } catch (\Exception $e) {
+//                }
+//                event('AdminNewPush');
                 //发送模板消息
                 //发送模板消息
                 return true;
                 return true;
             } else return self::setErrorInfo('提现失败!');
             } else return self::setErrorInfo('提现失败!');