收藏
回答

微信公众号H5跳转微信小程序40165?

想使用urlscheme.generate跳转到第三方小程序

path是通过复制对应第三方小程序的路径,调用接口则一直 "invalid weapp pagepath rid: 629de537-5422006d-019a0f29"

let data = {
				    "targetInfo": {
				      "expire_time": 30,
				      "expire_type": 1,
					  "expire_interval":30,
				      "jump_wxa": {
				        "path": "/fangkongfuwu/pages/healthCode/step_1/index",
				      }
				    },
				    "targetType": "other"
				}
				let postData = this.$postring.postsend(JSON.stringify(data))
				await getScheme({'data':postData.resdatapost,'signed':postData.md5}).then(res => {
					if(res.code == 200){
						let {openLink} = this.$postring.postjson(res.data)
						console.log(openLink,'openLink');
						return
						location.href = openLink
					}
				})
回答关注问题邀请回答
收藏

2 个回答

  • 社区技术运营专员--许涛
    社区技术运营专员--许涛
    2022-06-15

    你好,

    若还有问题麻烦提供下最新的rid

    2022-06-15
    有用
    回复
  • 7y
    7y
    2022-09-22

    已解决

    2022-09-22
    有用
    回复
登录 后发表内容