修改alipay地址
This commit is contained in:
@@ -12,8 +12,4 @@ class User extends Model
|
||||
public function getUserList(){
|
||||
return $this->field('LoginCode')->order('id desc')->limit('50')->fetchAll();
|
||||
}
|
||||
|
||||
public function getOne($where){
|
||||
return $this->field('LoginCode')->where($where)->fetch();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user