step1 注册一个属于自己的钉钉企业,并成为钉钉的开发者
页面地址 https://open-doc.dingtalk.com/microapp/isv/gunipm
注册过程官方描述都挺详细
step2 登入管理后台,创建E应用,可获取AppId,AppSecret
页面地址 https://open-dev.dingtalk.com
配置安全域名时,如果暂时没有自己可以用的域名,钉钉这边有提供内网穿透工具
创建成功后,点击该E应用,在应用信息>查看详情里能获得AppId,AppSecret
step2-1内网穿透之HTTP穿透
1.下载工具
git clone https://github.com/open-dingtalk/pierced.git
启动工具执行命令“./ding -config=./ding.cfg -subdomain=域名前缀端口”
例:
cd mac_64
chmod 777 ./ding
./ding -config=./ding.cfg -subdomain=cxy 8080
3.启动完客户端后,访问http://cxy.vaiwan.com/xxxxx都会映射到 http://127.0.0.1:8080/xxxxx
了解更多:https://open-doc.dingtalk.com/microapp/debug/ucof2g
step3 前端IDE使用,下载/登录开发工具
下载地址 https://open-doc.dingtalk.com/microapp/debug/ide
https://open-doc.dingtalk.com/microapp/debug/ide
了解更多 https://open-doc.dingtalk.com/microapp/isv/oq1uge
step4 通过前端IDE开发应用
项目创建
代码编写
实时预览
调试模式
真机预览
上传
上传后的版本可以在开发者后台应用的版本管理进行灰度、发布到线上
整个过程已经讲完,大致分以上几个步骤,暂时先有个初步的了解
下篇文章将实战接入钉钉E应用
领取专属 10元无门槛券
私享最新 技术干货