Skip to content

下载demo, 配置完成后还是需要二次登陆 #28

@MdWhat

Description

@MdWhat

登陆的时候先调用了
https://account.youzan.com/api/login/native/open/login-or-register.json
然后再调用sdk的函数

 [YZSDK.shared loginWithOpenUserId:info[@"data"][@"yz_open_id"] avatar:@"" extra:@"" nickName:@"" gender:2 andCompletion:^(BOOL isSuccess, NSString * _Nullable yzOpenId) {

            if (!isSuccess) {
                NSLog(@"loginWithOpenUserId 失败");
                return;
            }
            dispatch_async(dispatch_get_main_queue(), ^{
                [self dismissViewControllerAnimated:YES completion:^{
                    [self callBlockWithResult:YES];
                }];
            });
        

 }];

返回商品页面后, 还是
image

我已经按照https://doc.youzanyun.com/resource/faq/27034/28995/34009
文档中的检查步骤,检查过了

不知道我还可以从哪个步骤去检查呢?

如果需要我demo的话,加我的QQ:332439409 我发给你

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions