Skip to content
New issue

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

获取 token 的请求方法应该改为 post 而非 request #1

Closed
1421393078 opened this issue Mar 28, 2024 · 1 comment
Closed

获取 token 的请求方法应该改为 post 而非 request #1

1421393078 opened this issue Mar 28, 2024 · 1 comment

Comments

@1421393078
Copy link

getInitToken, getAccessToken 应该调用 $this->post 而不是 $this->request。
因为 $this->request 会把 $data 数据转到 $param['biz'] 中, 从而出错, 请修复

@zmoyi zmoyi closed this as completed Apr 9, 2024
@zmoyi zmoyi reopened this Apr 9, 2024
@zmoyi
Copy link
Owner

zmoyi commented Apr 17, 2024

getInitToken, getAccessToken 应该调用 $this->post 而不是 $this->request。 因为 $this->request 会把 $data 数据转到 $param['biz'] 中,因此出错,请修复

您好,我没有密钥,你能帮忙修复一下嘛,麻烦您提一个pr

@zmoyi zmoyi closed this as completed in f8aecf0 Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants