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
请问怎么多传一个option到accessToken的请求options里? (比如accountId)。 这是因为我们不是直接发送请求到微信的api,是要经过另一个api, 所以需要多一个区分方式。
$options = [ 'debug' => true, 'app_id' => '', 'secret' => '***', //'accountId' => '0', ];
core 里面的accessToken 已修改。 后面是要修改foudation/Application ?
The text was updated successfully, but these errors were encountered:
sorry, 这种定制型的东西可能需要自己研究了
Sorry, something went wrong.
No branches or pull requests
请问怎么多传一个option到accessToken的请求options里? (比如accountId)。
这是因为我们不是直接发送请求到微信的api,是要经过另一个api, 所以需要多一个区分方式。
$options = [
'debug' => true,
'app_id' => '',
'secret' => '***',
//'accountId' => '0',
];
core 里面的accessToken 已修改。 后面是要修改foudation/Application ?
The text was updated successfully, but these errors were encountered: