新增 华为平台充电设备编码同步接口

This commit is contained in:
Lemon
2024-01-17 11:08:16 +08:00
parent 27efb57060
commit d7657a5512
5 changed files with 272 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
package com.jsowell.web.controller.thirdparty.huawei;
import com.jsowell.common.annotation.Anonymous;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* 华为 Controller
*
* @author Lemon
* @Date 2024/1/15 13:52:05
*/
@Anonymous
@RestController
@RequestMapping("/xindiantu")
public class HuaWeiController {
}

View File

@@ -48,6 +48,7 @@ import com.jsowell.netty.handler.TransactionRecordsRequestHandler;
import com.jsowell.netty.service.camera.impl.CameraBusinessServiceImpl;
import com.jsowell.netty.service.yunkuaichong.YKCBusinessService;
import com.jsowell.pile.domain.*;
import com.jsowell.pile.domain.huawei.HWStationInfo;
import com.jsowell.pile.domain.ykcCommond.IssueQRCodeCommand;
import com.jsowell.pile.domain.ykcCommond.ProofreadTimeCommand;
import com.jsowell.pile.dto.*;
@@ -258,6 +259,13 @@ public class SpringBootTestController {
}
}
@Test
public void testnotificationOperationSystemInfo() {
// HWStationInfo hwStationInfo = huaWeiService.notificationOperationSystemInfo("19");
// String s = JSONObject.toJSONString(hwStationInfo);
// System.out.println(s);
}
@Test
public void selectByMemberWalletListTest() {
String memberId = "12345678";