mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
update 联联平台 查询充电站信息接口
This commit is contained in:
19
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/controller/LianLianController.java
vendored
Normal file
19
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/controller/LianLianController.java
vendored
Normal 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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user