|
|
@@ -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']??'';
|