fly hace 2 años
padre
commit
cb36f88e65
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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