Exemplo n.º 1
0
 /**
  * 根据手机号查询用户信息
  * @param $mobile 手机号码
  */
 public function get_user_by_mobile($mobile)
 {
     $userTable = new UserTable();
     return $userTable->get_user_by_mobile($mobile);
 }