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

小程序分享appBrandUserName问题 #143

Open
kaigits opened this issue Dec 22, 2017 · 0 comments
Open

小程序分享appBrandUserName问题 #143

kaigits opened this issue Dec 22, 2017 · 0 comments

Comments

@kaigits
Copy link

kaigits commented Dec 22, 2017

userName 需要开放出来,外部传参,而不是就注册的时候,就注册一个。

`+(void)connectWeixinWithAppId:(NSString *)appId miniAppId:(NSString *)miniAppId{
[self set:schema Keys:@{@"appid":appId,
@"miniappid":miniAppId}];

}`

因为一个app分享出来对应到多个小程序,并不是只能一个,所以这种注册一次写死的方法,需要优化,我提交过一个Pull request,可以做下合并优化,谢谢,为了更好的openShare

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

1 participant