提交 279ed1ea authored 作者: JarvanMo's avatar JarvanMo

return value after sending launchminiprogram request

上级 ca38a506
#import "FluwxLaunchMiniProgramHandler.h" #import "FluwxLaunchMiniProgramHandler.h"
#import "WXApiRequestHandler.h" #import "WXApiRequestHandler.h"
#import "FluwxKeys.h"
@implementation FluwxLaunchMiniProgramHandler @implementation FluwxLaunchMiniProgramHandler
...@@ -25,8 +26,9 @@ ...@@ -25,8 +26,9 @@
miniProgramType = WXMiniProgramTypePreview; miniProgramType = WXMiniProgramTypePreview;
} }
[WXApiRequestHandler launchMiniProgramWithUserName:userName BOOL done = [WXApiRequestHandler launchMiniProgramWithUserName:userName
path:path path:path
type:miniProgramType]; type:miniProgramType];
result(@{fluwxKeyPlatform: fluwxKeyIOS, fluwxKeyResult: @(done)});
} }
@end @end
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论