update 新运平台Service

This commit is contained in:
Lemon
2025-01-13 09:15:43 +08:00
parent a094a866d0
commit 569b78bca6
3 changed files with 17 additions and 17 deletions

View File

@@ -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;
/**