mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 新运平台Service
This commit is contained in:
@@ -20,21 +20,21 @@ import javax.servlet.http.HttpServletRequest;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 新运微平台Controller
|
||||
* 新运平台Controller
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2025/1/11 15:55:34
|
||||
*/
|
||||
@Anonymous
|
||||
@RestController
|
||||
@RequestMapping("/xinyunwei")
|
||||
public class XinYunWeiPlatformController extends ThirdPartyBaseController{
|
||||
private final String platformName = "新运微平台";
|
||||
@RequestMapping("/xinyun")
|
||||
public class XinYunPlatformController extends ThirdPartyBaseController{
|
||||
private final String platformName = "新运平台";
|
||||
|
||||
private final String platformType = ThirdPlatformTypeEnum.XIN_YUN_WEI_PLATFORM.getTypeCode();
|
||||
private final String platformType = ThirdPlatformTypeEnum.XIN_YUN_PLATFORM.getTypeCode();
|
||||
|
||||
@Autowired
|
||||
@Qualifier("xinYunWeiPlatformServiceImpl")
|
||||
@Qualifier("xinYunPlatformServiceImpl")
|
||||
private ThirdPartyPlatformService platformLogic;
|
||||
|
||||
/**
|
||||
Reference in New Issue
Block a user