|
@@ -1061,7 +1061,7 @@ class IndexController extends WebBaseController
|
|
|
}
|
|
|
}
|
|
|
} catch (\Exception $e) {
|
|
|
- error_log(serialize($data), 3, '/data/wwwroot/jucai/sms');
|
|
|
+ //error_log(serialize($data), 3, '/data/wwwroot/jucai/sms');
|
|
|
return ['status' => 0, 'msg' => '数据有误,请联系客服'];
|
|
|
}
|
|
|
|