This commit is contained in:
ASUS 2025-08-16 15:33:50 +08:00
parent 3c6ed59ca5
commit ecb2b5b610
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class UserController extends Frontend
public function updatePhone()
{
$user_id = $this->auth->user_id;
$post = $this->request->post();
$post = $this->request->get();
if(empty($post['phone']) || empty($post['msg'])) {
$this->error('参数不正常');
}