fly 2 years ago
parent
commit
cb36f88e65
1 changed files with 2 additions and 1 deletions
  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