陈少旭 hace 1 año
padre
commit
e3374883f4
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      controllers/his_charge_api_controller.go

+ 5 - 0
controllers/his_charge_api_controller.go Ver fichero

@@ -226,6 +226,11 @@ func (c *HisChargeApiController) GetFaPiaoRecord() {
226 226
 }
227 227
 
228 228
 func (c *HisChargeApiController) GetChargeStatisticsDetail() {
229
+	c.ServeSuccessJSON(map[string]interface{}{
230
+		"msg": "接口优化升级,如有数据需要,请联系客服!",
231
+	})
232
+	return
233
+
229 234
 	start_time := c.GetString("start_time")
230 235
 	end_time := c.GetString("end_time")
231 236
 	keyword := c.GetString("keyword")