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
userName 需要开放出来,外部传参,而不是就注册的时候,就注册一个。
`+(void)connectWeixinWithAppId:(NSString *)appId miniAppId:(NSString *)miniAppId{ [self set:schema Keys:@{@"appid":appId, @"miniappid":miniAppId}];
}`
因为一个app分享出来对应到多个小程序,并不是只能一个,所以这种注册一次写死的方法,需要优化,我提交过一个Pull request,可以做下合并优化,谢谢,为了更好的openShare
The text was updated successfully, but these errors were encountered:
No branches or pull requests
userName 需要开放出来,外部传参,而不是就注册的时候,就注册一个。
`+(void)connectWeixinWithAppId:(NSString *)appId miniAppId:(NSString *)miniAppId{
[self set:schema Keys:@{@"appid":appId,
@"miniappid":miniAppId}];
}`
因为一个app分享出来对应到多个小程序,并不是只能一个,所以这种注册一次写死的方法,需要优化,我提交过一个Pull request,可以做下合并优化,谢谢,为了更好的openShare
The text was updated successfully, but these errors were encountered: