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
/~https://github.com/bububa/baidu-marketing/blob/v1.4.0/core/client.go#L45
func NewSDKClient(appID string, secret string) *SDKClient { return &SDKClient{ httpClient: defaultHttpClient(), } }
调用该方法初始化client,传入的appID, secret参数但并没有保存下来
The text was updated successfully, but these errors were encountered:
fix(core): NewSDKClient related to issuse #18
aa6438d
No branches or pull requests
/~https://github.com/bububa/baidu-marketing/blob/v1.4.0/core/client.go#L45
调用该方法初始化client,传入的appID, secret参数但并没有保存下来
The text was updated successfully, but these errors were encountered: