小程序没有线上版本无法生成scheme吗

小程序 文章 2022-04-11 09:20 2569 0 全屏看文

AI助手支持GPT4.0

小程序没有线上版本无法生成scheme吗Can the applet not generate a scheme without an online version?

小程序没有线上版本无法生成scheme吗
框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug 获取 URL Scheme 微信iOS客户端 8。0。18 2.0.0

https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/url-scheme/urlscheme.generate.html

小程序没有上线前的开发、调试,无法正常调用生成,与文档描述的开发或者预览版适用不符,不知道调试时是怎么个用法,还是说只能上线后再调试?

正式版为"release",体验版为"trial",开发版为"develop",仅在微信外打开时生效。体验版和开发版仅在iOS上支持

【请求参数】:{"jump_wxa":{"path":"/pages/publishHomework/publishHomework","query":"uuid=1","env_version":"trial"},"is_expire":true,"expire_time":1649603774047}

【错误信息】:错误代码:85079, 错误信息:小程序没有线上版本,不能进行灰度,微信原始报文:{"errcode":85079,"errmsg":"miniprogram has no online release rid: 6252f482-3bfb3547-127b0eba"}


Framework type problem type API / component name terminal type wechat version basic library version applet bug get URL scheme wechat IOS client 8. 0 18 2.0.0 https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/url-scheme/urlscheme.generate.html The applet is not developed and debugged before going online, and cannot be called and generated normally. It is inconsistent with the development or preview version described in the document. I don't know how to use it during debugging, or can I only debug after going online? The official version is "release", the experience version is "trial", and the development version is "development", which takes effect only when it is opened outside wechat. The experience version and development version only support [request parameters]: {"jump_wxa": {"path": "/ pages / publishhomework / publishhomework", "query": "UUID = 1", "env_version": "trial"}, "is_expire": true, "expire_time": 1649603774047} [error message]: error code: 85079, error message: the applet has no online version and cannot be grayed out, Wechat original message: {"errCode": 85079, "errmsg": "miniprogram has no online release rid: 6252f482-3bfb3547-127b0eba"}

回答:

八九:

先发个版本,有路径才行

ㅤ:

没上线线上版本就没有路径,就不能生成

拾忆:

是的,必须路径已经在线上版本已经可以访问才可以生成对应的链接或码。

-EOF-

AI助手支持GPT4.0