示例#1
0
 public function actionUnlockUser()
 {
     $post = Yii::$app->request->post();
     AdminUser::unlockedUser($post['user_id']);
 }