shish 1 rok temu
rodzic
commit
ea70b7a2be
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      app-hd/controllers/LlEventController.php

+ 3 - 0
app-hd/controllers/LlEventController.php

@@ -14,6 +14,7 @@ class LlEventController extends BaseController
     public $guestAccess = [];
 
     public function actionAddMobile(){
+        util::complete('添加成功');
         $post = Yii::$app->request->post();
         $id = $post['id'] ?? 0;
         $mobile = $post['mobile']??'';
@@ -37,6 +38,7 @@ class LlEventController extends BaseController
 
     //添加微信
     public function actionAddWx(){
+        util::complete('添加成功');
         $post = Yii::$app->request->post();
         $id = $post['id'] ?? 0;
         $wx = $post['mobile']??'';
@@ -56,6 +58,7 @@ class LlEventController extends BaseController
     //添加身份证号
     public function actionAddNo()
     {
+        util::complete('添加成功');
         $post = Yii::$app->request->post();
         $id = $post['id'] ?? 0;
         $no = $post['no']??'';