提交文件上传代码

This commit is contained in:
duanhf2012
2020-03-10 14:07:02 +08:00
parent 03f41f2925
commit 67cabfa105
4 changed files with 21 additions and 10 deletions

View File

@@ -52,8 +52,6 @@ type InputData struct {
//OnRun ...
func (ws *SubNet1_Service) OnRun() bool {
time.Sleep(time.Second * 10)
var cli network.TcpSocketClient
cli.Connect("127.0.0.1:9402")