We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本: 2018.5.31下载的源码 环境: win10+xampp(7.0.30) 请求: /api/v1/public/register?user_id=&share_code=&invite_code=
user_id: $this->request->get('user_id', 10, 'int'); // 可以填充 share_code: $this->request->get('share_code', 'sa'); // 不能填充
The text was updated successfully, but these errors were encountered:
不带share_code 这个参数呢
Sorry, something went wrong.
不带参数反而会填充默认值
No branches or pull requests
版本: 2018.5.31下载的源码
环境: win10+xampp(7.0.30)
请求: /api/v1/public/register?user_id=&share_code=&invite_code=
user_id: $this->request->get('user_id', 10, 'int'); // 可以填充
share_code: $this->request->get('share_code', 'sa'); // 不能填充
The text was updated successfully, but these errors were encountered: