Kirin 4 năm trước cách đây
mục cha
commit
1e59b70af6
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  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;
             if ($res) {
                 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;
             } else return self::setErrorInfo('提现失败!');