tuoling805 hai 1 ano
pai
achega
002caf90a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/base_from_icpi.go

+ 1 - 1
controllers/base_from_icpi.go

@@ -70,7 +70,7 @@ func (this *IcpiController) Refresh() {
 		this.Data["json"] = br
 		this.Data["json"] = br
 		this.ServeJSON()
 		this.ServeJSON()
 	}()
 	}()
-	source := utils.DATA_SOURCE_SH
+	source := utils.DATA_SOURCE_ICPI
 	var req models.RefreshEdbInfoReq
 	var req models.RefreshEdbInfoReq
 	err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
 	err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
 	if err != nil {
 	if err != nil {