Explorar el Código

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx hace 3 años
padre
commit
c98e6b2f9c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/gdyb_service.go

+ 1 - 1
service/gdyb_service.go Ver fichero

@@ -2688,7 +2688,7 @@ func SetInputMessage(nonce string, timestamp int64, org_name string, doctor stri
2688 2688
 	tempTime := time.Unix(timestamp, 0)
2689 2689
 	timeFormat := tempTime.Format("20060102150405")
2690 2690
 	timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
2691
-	randNum := rand.New(rand.NewSource(time.Now().UnixNano())).Int31n(10000)
2691
+	randNum := rand.New(rand.NewSource(time.Now().UnixNano())).Int31n(100)
2692 2692
 
2693 2693
 	// 生成输入报文
2694 2694
 	inputMessage := make(map[string]interface{})