OpenWechatMiniProgram
# 拉起微信小程序
/// 打开微信小程序
/// - Parameters:
/// - completion: 操作回调闭包
func openWeChatMiniApp(with info:Any , completionHandler completion: ((Bool) -> Void)? = nil)
1
2
3
4
2
3
4
info携带参数说明
参数名 | 类型 | 参数说明 |
---|---|---|
Url | String | 跳转链接 |
UserName | String | 小程序原生Id |
Path | String | 打开指定页面路径(可不传) |