mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-14 06:50:09 +08:00
update 电单车协议
This commit is contained in:
@@ -54,12 +54,11 @@ public class JumpController extends BaseController {
|
||||
|
||||
/**
|
||||
* 查询充电桩详情
|
||||
* http://localhost:8080/app-xcx-h5/pile/pileDetail/{pileSn}
|
||||
*/
|
||||
@GetMapping("/pile/pileDetail/{pileSn}")
|
||||
public RestApiResponse<?> getPileDetail(HttpServletRequest request, @PathVariable("pileSn") String pileSn) {
|
||||
// logger.info("app-xcx-h5查询充电桩详情 param:{}", pileSn);
|
||||
logger.info("User-Agent:{}", request.getHeader("user-agent"));
|
||||
logger.debug("User-Agent:{}", request.getHeader("user-agent"));
|
||||
RestApiResponse<?> response = null;
|
||||
try {
|
||||
// 如果对接了类似华为平台的第三方平台,先修改一下枪口状态
|
||||
|
||||
@@ -3,10 +3,7 @@ package com.jsowell.common.enums.ykc;
|
||||
import com.jsowell.common.util.BytesUtil;
|
||||
|
||||
/**
|
||||
* 云快充充电停止原因enum
|
||||
*
|
||||
* @author JS-ZZA
|
||||
* @date 2022/11/4 16:46
|
||||
* 电单车充电停止原因enum
|
||||
*/
|
||||
public enum EBikeChargingStopReasonEnum {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user