|
@@ -3385,10 +3385,10 @@ func (c *HisApiController) GetPreUploadInfo() {
|
3385
|
3385
|
respJSON = respJSON["data"].(map[string]interface{})["pre"].(map[string]interface{})
|
3386
|
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
|
3393
|
var res ResultFour
|
3394
|
3394
|
if err := json.Unmarshal(userJSONBytes, &res); err != nil {
|