This commit is contained in:
parent
3c6ed59ca5
commit
ecb2b5b610
|
|
@ -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('参数不正常');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue