|
@@ -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('提现失败!');
|