Browse Source

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

csx 3 years ago
parent
commit
d731283bfb
2 changed files with 1 additions and 3 deletions
  1. 1 1
      conf/app.conf
  2. 0 2
      controllers/js/jsyb_controller.go

+ 1 - 1
conf/app.conf View File

@@ -45,7 +45,7 @@ appsecret="61ee2e6268497d5aa9de0b0187c39aea"
45 45
 
46 46
 
47 47
 [prod]
48
-org_id = 10215
48
+org_id = 10188
49 49
 mobile_token_expiration_second = 86400
50 50
 httpdomain = https://api.xt.kuyicloud.com
51 51
 sso_domain = https://sso.kuyicloud.com

+ 0 - 2
controllers/js/jsyb_controller.go View File

@@ -185,9 +185,7 @@ func (c *JSybController) PostFour() {
185 185
 	url := respJSON["url"].(string)
186 186
 	ak := respJSON["ak"].(string)
187 187
 	begin_time := respJSON["begin_time"].(string)
188
-
189 188
 	result, request_log := service.Jsyb2203(psnNo, mdtrtId, doctor, department, org_name, med_type, doctor_id, fixmedins_code, insuplc_admdvs, mdtrtarea_admvs, secret_key, sick_code, sick_name, dept, config, url, ak, begin_time)
190
-
191 189
 	var dat2 map[string]interface{}
192 190
 	if err := json.Unmarshal([]byte(request_log), &dat2); err == nil {
193 191