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
理由如下: 一旦access_token通过中控服务器管理,就没法玩了。
个人建议: new Notice($appId,$appSecret) 改为 new Notice(new AccessToken($appId,$appSecret))
解耦。
耦合现象比较多,如果通过di来控制,会不会更好些?当然,这只是我的个人小小的建议。
The text was updated successfully, but these errors were encountered:
理解,3.0已经是这样的了(测试中,还没完全开发完成)
Sorry, something went wrong.
No branches or pull requests
理由如下:
一旦access_token通过中控服务器管理,就没法玩了。
个人建议:
new Notice($appId,$appSecret)
改为
new Notice(new AccessToken($appId,$appSecret))
解耦。
耦合现象比较多,如果通过di来控制,会不会更好些?当然,这只是我的个人小小的建议。
The text was updated successfully, but these errors were encountered: