You've already forked qlg.tsgz.moe
购物车分类
This commit is contained in:
@ -6,10 +6,10 @@ use Think\Db;
|
||||
* ============================================================================
|
||||
* 用户类
|
||||
*/
|
||||
class Users extends CUsers{
|
||||
class Usersx extends CUsers{
|
||||
/**
|
||||
* 验证用户支付密码
|
||||
*/
|
||||
*/
|
||||
function checkPayPwd(){
|
||||
$payPwd = input('payPwd');
|
||||
$decrypt_data = WSTRSA($payPwd);
|
||||
@ -31,7 +31,7 @@ class Users extends CUsers{
|
||||
* @return [type] [description]
|
||||
*/
|
||||
function getIndex($userId){
|
||||
|
||||
|
||||
}
|
||||
function getUserInfo($userId,$field){
|
||||
return $this->where(['userId'=>$userId])->field($field)->find();
|
||||
|
Reference in New Issue
Block a user