-
Notifications
You must be signed in to change notification settings - Fork 39
Demo里的微信支付例子不能跑 #1
Copy link
Copy link
Open
Description
应该是没完成吧?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后面的字符串参数没有写
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels