修改alipay地址

This commit is contained in:
wanyongkang
2020-10-14 20:20:49 +08:00
parent 7d7d8f09ad
commit 91a914bcc4
1102 changed files with 217 additions and 26 deletions

View File

@@ -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();
}
}