1 Star 0 Fork 74

王浩/micro-mall-api

forked from cristiane/micro-mall-api 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-project-proto.sh 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
cristiane 提交于 2021-07-09 23:08 +08:00 . !21 修复Windows平台Kprocess启动问题
git branch
echo 本shell需要你安装了python环境用来一键生成pb,gw代码
read -r -p "你安装python了吗? [Y-y/N-n] " input
case $input in
[yY][eE][sS]|[yY])
echo "Yes"
;;
[nN][oO]|[nN])
echo "No"
exit 1
;;
*)
echo "Invalid input..."
exit 1
;;
esac
python genpb.py ../micro-mall-users-proto/
python genpb.py ../micro-mall-trolley-proto/
python genpb.py ../micro-mall-sku-proto/
python genpb.py ../micro-mall-order-proto/
python genpb.py ../micro-mall-pay-proto/
python genpb.py ../micro-mall-logistics-proto/
python genpb.py ../micro-mall-comments-proto/
python genpb.py ../micro-mall-shop-proto/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/wang-hao-gitee/micro-mall-api.git
git@gitee.com:wang-hao-gitee/micro-mall-api.git
wang-hao-gitee
micro-mall-api
micro-mall-api
main

搜索帮助