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
The text was updated successfully, but these errors were encountered:
response_type
collection
array
object
raw
Sorry, something went wrong.
@overtrue 要不都返回 array? 比如基于 laravel-wechat 再写了一个 Laravel 包,包里面有个: $app->user->get('xxx')['nickname'] 如果是数组的话这样是没问题的,但是如果用户自定义 response_type 为其他的话那就会报错了🤣
$app->user->get('xxx')['nickname']
@mingyoung 想想办法
Fixed response formatting feature. #661
664c4a1
No branches or pull requests
The text was updated successfully, but these errors were encountered: