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
 
45
 
46
 
46
 
47
 [prod]
47
 [prod]
48
-org_id = 10215
48
+org_id = 10188
49
 mobile_token_expiration_second = 86400
49
 mobile_token_expiration_second = 86400
50
 httpdomain = https://api.xt.kuyicloud.com
50
 httpdomain = https://api.xt.kuyicloud.com
51
 sso_domain = https://sso.kuyicloud.com
51
 sso_domain = https://sso.kuyicloud.com

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

185
 	url := respJSON["url"].(string)
185
 	url := respJSON["url"].(string)
186
 	ak := respJSON["ak"].(string)
186
 	ak := respJSON["ak"].(string)
187
 	begin_time := respJSON["begin_time"].(string)
187
 	begin_time := respJSON["begin_time"].(string)
188
-
189
 	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)
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
 	var dat2 map[string]interface{}
189
 	var dat2 map[string]interface{}
192
 	if err := json.Unmarshal([]byte(request_log), &dat2); err == nil {
190
 	if err := json.Unmarshal([]byte(request_log), &dat2); err == nil {
193
 
191