Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 希望上传小程序功能支持设置“上传后自动设为体验版”,以及返回体验二维码 #34

Open
bigmeow opened this issue Aug 27, 2022 · 0 comments

Comments

@bigmeow
Copy link

bigmeow commented Aug 27, 2022

1.支持设置“上传后自动设为体验版”

这块需要后端提供新接口才能实现

2.上传完毕后返回体验二维码

这个功能当前就能实现,我观察到体验码的规则是:

dingtalk://dingtalkclient/action/open_micro_app?corpId=xxxxx&miniAppId=yyyy&source=trial&version=构建号&agentId=zzz&pVersion=1&packageType=1

其中corpIdminiAppIdagentId 都可以在钉钉后台配置好
version 其实就是构建号,调试发现构建号会在this.openApi.getBuildStatus接口返回:

image

因此希望将 build_id 也返回出来:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant