mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
修改缓存时间
This commit is contained in:
@@ -54,7 +54,7 @@ public class PileController extends BaseController {
|
||||
@PostMapping("/queryStationInfos")
|
||||
public RestApiResponse<?> queryStationInfos(HttpServletRequest request, @RequestBody QueryStationDTO queryStationDTO) {
|
||||
logger.info("查询充电站信息列表 param:{}", JSONObject.toJSONString(queryStationDTO));
|
||||
RestApiResponse<?> response = null;
|
||||
RestApiResponse<?> response;
|
||||
try {
|
||||
// 获取appid(第三方平台用)
|
||||
String appId = request.getHeader("appId");
|
||||
|
||||
Reference in New Issue
Block a user