update 联联平台 查询充电站信息接口

This commit is contained in:
Lemon
2023-04-10 16:58:44 +08:00
parent e518cacad3
commit bdec088ad1
5 changed files with 116 additions and 14 deletions

View File

@@ -0,0 +1,19 @@
package com.jsowell.thirdparty.controller;
import com.jsowell.common.annotation.Anonymous;
import com.jsowell.common.core.controller.BaseController;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* 对接联联平台controller
*
* @author JS-ZZA
* @date 2023/4/10 14:58
*/
@Anonymous
@RestController
@RequestMapping("/LianLian")
public class LianLianController extends BaseController {
}