fly 2 年之前
父节点
当前提交
cb36f88e65
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      clone&pull tool.bat

+ 2 - 1
clone&pull tool.bat

@@ -46,7 +46,8 @@ if not exist WingRtmpService (git clone http://git.ius.plus/Project-Wing/WingRtm
 if not exist WingRtcService (git clone http://git.ius.plus/Project-Wing/WingRtcService.git && echo;)
 if not exist WingASRService (git clone http://git.ius.plus/Project-Wing/WingASRService.git && echo;)
 if not exist WingEducationService (git clone http://git.ius.plus/Project-Wing/WingEducationService.git && echo;)
-
+if not exist WingEducationService (git clone http://git.ius.plus/Project-Wing/WingEducationService.git && echo;)
+if not exist WingPaymentService (git clone http://git.ius.plus/warr.qian/WingPaymentService.git && echo;) 
 echo Finished!
 pause>nul
 exit