调用代码:
val iWXAPI = WXAPIFactory.createWXAPI(ContextManager.applicationContext, PUBLICK_APP_ID, true)
iWXAPI.registerApp(PUBLICK_APP_ID)
val req = JumpToBizProfile.Req()
req.toUserName = publickId //公众号原始id
req.extMsg = extMsg
req.profileType = JumpToBizProfile.JUMP_TO_NORMAL_BIZ_PROFILE
val ret = iWXAPI.sendReq(req)
你好,这个功能的文档地址能否提供下?