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

NewSDKClient 初始化方法 miss appID参数 #18

Closed
aabbcc456aa opened this issue Nov 4, 2024 · 0 comments
Closed

NewSDKClient 初始化方法 miss appID参数 #18

aabbcc456aa opened this issue Nov 4, 2024 · 0 comments

Comments

@aabbcc456aa
Copy link

aabbcc456aa commented Nov 4, 2024

/~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参数但并没有保存下来

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