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