Skip to content

Demo里的微信支付例子不能跑 #1

@chenkaiwei

Description

@chenkaiwei

应该是没完成吧?Demo里,

  • (void)payByWX{
    [[LDSDKManager getPayService:LDSDKPlatformWeChat]
    payOrder:@""
    callback:^(NSString *signString, NSError *error) {
    if (error) {
    [infoLabel setText:error.localizedDescription];
    } else if (signString) {
    [infoLabel setText:signString];
    }
    }];
    }

payOrder后面的字符串参数没有写

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