|
@@ -25,9 +25,10 @@ class SmsController extends Controller
|
|
|
|
|
|
$sms_type = $request->get("sms_type");
|
|
$sms_type = $request->get("sms_type");
|
|
|
|
|
|
- if ($sms_type == 'mds_meeting') {
|
|
|
|
- return $this->getMdsMeetingInfo($request);
|
|
|
|
- }
|
|
|
|
|
|
+// 暂时停用
|
|
|
|
+// if ($sms_type == 'mds_meeting') {
|
|
|
|
+// return $this->getMdsMeetingInfo($request);
|
|
|
|
+// }
|
|
|
|
|
|
return [
|
|
return [
|
|
"code"=>-1,
|
|
"code"=>-1,
|