We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这块需要后端提供新接口才能实现
这个功能当前就能实现,我观察到体验码的规则是:
dingtalk://dingtalkclient/action/open_micro_app?corpId=xxxxx&miniAppId=yyyy&source=trial&version=构建号&agentId=zzz&pVersion=1&packageType=1
其中corpId、miniAppId、agentId 都可以在钉钉后台配置好 version 其实就是构建号,调试发现构建号会在this.openApi.getBuildStatus接口返回:
corpId
miniAppId
agentId
version
this.openApi.getBuildStatus
dingtalk-design-cli/packages/opensdk/src/task/BuildTask.ts
Line 87 in dfec01f
因此希望将 build_id 也返回出来:
Line 131 in dfec01f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.支持设置“上传后自动设为体验版”
这块需要后端提供新接口才能实现
2.上传完毕后返回体验二维码
这个功能当前就能实现,我观察到体验码的规则是:
其中
corpId
、miniAppId
、agentId
都可以在钉钉后台配置好version
其实就是构建号,调试发现构建号会在this.openApi.getBuildStatus
接口返回:dingtalk-design-cli/packages/opensdk/src/task/BuildTask.ts
Line 87 in dfec01f
因此希望将 build_id 也返回出来:
dingtalk-design-cli/packages/opensdk/src/task/BuildTask.ts
Line 131 in dfec01f
The text was updated successfully, but these errors were encountered: