Browse Source

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

csx 4 years ago
parent
commit
678352ad78
2 changed files with 3 additions and 3 deletions
  1. 2 2
      conf/app.conf
  2. 1 1
      controllers/sg/his_api_controller.go

+ 2 - 2
conf/app.conf View File

@@ -44,7 +44,7 @@ appsecret="61ee2e6268497d5aa9de0b0187c39aea"
44 44
 
45 45
 
46 46
 [prod]
47
-org_id = 10106
47
+org_id = 9919
48 48
 mobile_token_expiration_second = 86400
49 49
 httpdomain = https://api.xt.kuyicloud.com
50 50
 sso_domain = https://sso.kuyicloud.com
@@ -53,7 +53,7 @@ front_end_domain = "https://xt.kuyicloud.com/#"
53 53
 #url  = "http://192.168.1.228:17001/szsi-portal/transData"
54 54
 url = "http://192.168.1.88:6666/szsi-portal/transData"
55 55
 gdyb_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/"
56
-gdyb_paasid = "jm_sc_yjyy"
56
+gdyb_paasid = "sg03_prd"
57 57
 readmysqlhost = shengws1.mysql.rds.aliyuncs.com
58 58
 readmysqlport = 3306
59 59
 readmysqluser = syh

+ 1 - 1
controllers/sg/his_api_controller.go View File

@@ -2634,7 +2634,7 @@ func (c *HisApiController) RefundNumber() {
2634 2634
 
2635 2635
 		if err == nil {
2636 2636
 			c.ServeSuccessJSON(map[string]interface{}{
2637
-				"msg": "退成功",
2637
+				"msg": "退成功",
2638 2638
 			})
2639 2639
 		} else {
2640 2640
 			c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeDataException)