openshare icon indicating copy to clipboard operation
openshare copied to clipboard

小程序分享appBrandUserName问题

Open kaigits opened this issue 8 years ago • 0 comments

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

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

}`

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

kaigits avatar Dec 22 '17 07:12 kaigits