mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
百度小程序
This commit is contained in:
@ -54,7 +54,7 @@ class User extends Common
|
||||
}
|
||||
|
||||
// 调用服务层
|
||||
return UserService::AppReg(input('post.'));
|
||||
return UserService::AppReg($this->data_post);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -73,7 +73,7 @@ class User extends Common
|
||||
}
|
||||
|
||||
// 调用服务层
|
||||
return UserService::AppUserBindVerifySend(input('post.'));
|
||||
return UserService::AppUserBindVerifySend($this->data_post);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user