林琦海 5 лет назад
Родитель
Сommit
26ee492d74
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/ghs/controllers/WsController.php

+ 1 - 0
app/ghs/controllers/WsController.php

@@ -32,5 +32,6 @@ class WsController extends BaseController
     public function actionSend()
     {
         WsService::arrivalNotice($this->adminId,1.2);
+        util::success("操作成功");
     }
 }