mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 接口格式
This commit is contained in:
22
jsowell-admin/src/main/java/com/jsowell/api/thirdparty/NingXiaController.java
vendored
Normal file
22
jsowell-admin/src/main/java/com/jsowell/api/thirdparty/NingXiaController.java
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
package com.jsowell.api.thirdparty;
|
||||
|
||||
import com.jsowell.common.annotation.Anonymous;
|
||||
import com.jsowell.thirdparty.platform.service.ThirdPartyPlatformService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Qualifier;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 宁夏平台Controller
|
||||
*/
|
||||
@Anonymous
|
||||
@RestController
|
||||
@RequestMapping("/ningxia")
|
||||
public class NingXiaController extends ThirdPartyBaseController {
|
||||
@Autowired
|
||||
@Qualifier("ninaXiaPlatformServiceImpl")
|
||||
private ThirdPartyPlatformService lianLianService;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user