LDSDKManager_IOS icon indicating copy to clipboard operation
LDSDKManager_IOS copied to clipboard

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

Open chenkaiwei opened this issue 9 years ago • 0 comments

应该是没完成吧?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后面的字符串参数没有写

chenkaiwei avatar Jan 21 '16 10:01 chenkaiwei