Explorar el Código

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

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

+ 2 - 2
conf/app.conf Ver fichero

@@ -1,6 +1,6 @@
1 1
 appname = 血透
2 2
 httpport = 9532
3
-runmode = dev
3
+runmode = prod
4 4
 
5 5
 
6 6
 
@@ -48,7 +48,7 @@ appsecret="61ee2e6268497d5aa9de0b0187c39aea"
48 48
 
49 49
 
50 50
 [prod]
51
-org_id = 10028
51
+org_id = 10088
52 52
 mobile_token_expiration_second = 86400
53 53
 httpdomain = https://api.xt.kuyicloud.com
54 54
 sso_domain = https://sso.kuyicloud.com

+ 1 - 1
service/gdyb_service.go Ver fichero

@@ -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{})