Browse Source

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

csx 3 years ago
parent
commit
4f5e7f2435
1 changed files with 3 additions and 3 deletions
  1. 3 3
      controllers/sg/his_api_controller.go

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

3385
 			respJSON = respJSON["data"].(map[string]interface{})["pre"].(map[string]interface{})
3385
 			respJSON = respJSON["data"].(map[string]interface{})["pre"].(map[string]interface{})
3386
 			userJSONBytes, _ := json.Marshal(respJSON)
3386
 			userJSONBytes, _ := json.Marshal(respJSON)
3387
 
3387
 
3388
-			request_respJSON := respJSON["data"].(map[string]interface{})["request_log"].(map[string]interface{})
3389
-			requestJSONBytes, _ := json.Marshal(request_respJSON)
3388
+			//request_respJSON := respJSON["data"].(map[string]interface{})["request_log"].(map[string]interface{})
3389
+			//requestJSONBytes, _ := json.Marshal(request_respJSON)
3390
 
3390
 
3391
-			saveLog(string(userJSONBytes), string(requestJSONBytes), "2204")
3391
+			//saveLog(string(userJSONBytes), string(requestJSONBytes), "2204")
3392
 
3392
 
3393
 			var res ResultFour
3393
 			var res ResultFour
3394
 			if err := json.Unmarshal(userJSONBytes, &res); err != nil {
3394
 			if err := json.Unmarshal(userJSONBytes, &res); err != nil {