|
@@ -2713,7 +2713,7 @@ func SetInputMessage(nonce string, timestamp int64, org_name string, doctor stri
|
2713
|
2713
|
tempTime := time.Unix(timestamp, 0)
|
2714
|
2714
|
timeFormat := tempTime.Format("20060102150405")
|
2715
|
2715
|
timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
|
2716
|
|
- randNum := rand.New(rand.NewSource(time.Now().UnixNano())).Int31n(100)
|
|
2716
|
+ randNum := rand.New(rand.NewSource(time.Now().UnixNano())).Int31n(10000)
|
2717
|
2717
|
|
2718
|
2718
|
// 生成输入报文
|
2719
|
2719
|
inputMessage := make(map[string]interface{})
|