请问企业微信调用openUserProfile打开个人信息页,跳转很慢是什么原因?

小游戏 企业微信 微信支付 小程序 文章 2020-07-30 21:04 1788 0 全屏看文

AI助手支持GPT4.0

请问企业微信调用openUserProfile打开个人信息页,跳转很慢是什么原因?

在自有的H5页面,点击调用:

  1. wx.invoke('openUserProfile', {
  2. "type": 1, //1表示该userid是企业成员,2表示该userid是外部联系人
  3. "userid": "wmEAlECwAAHrbWYDetiu3Af13xlYDAAA" //可以是企业成员,也可以是外部联系人
  4. }, function(res){
  5. if(res.err_msg != "openUserProfile:ok"){
  6. //错误处理
  7. }
  8. });

接口时,反应很慢,过好几秒才跳转并显示个人信息页,请问是什么原因?

On its own H5 page, click call: wx.invoke ('openuserprofile ', {type ": 1, / / 1 indicates that the userid is an enterprise member, 2 indicates that the userid is an external contact" userid ":" wmealecwaahrbwydetiu3af13xlydaaa "/ / it can be an enterprise member or an external contact}, function (RES) {if( res.err_ msg != "openUs erProfile:ok What is the reason for the slow response of the interface?

回答:

企业微信运营专员-千夜:

您好,我测试了一下点击调用openUserProfile打开个人信息页,是在1s内打开个人信息页的,这里好几秒才进行跳转能否提供下视频看看


-EOF-

AI助手支持GPT4.0