mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -97,4 +97,13 @@ public class ThirdpartySecretInfoController extends BaseController {
|
||||
return AjaxResult.success(thirdpartySecretInfoService.selectStationList(thirdpartySecretInfo.getPlatformType()));
|
||||
}
|
||||
|
||||
/**
|
||||
* 同步第三方平台名称到字典表
|
||||
*/
|
||||
@GetMapping("/syncThirdpartyPlatformNameToDict")
|
||||
@PreAuthorize("@ss.hasPermi('thirdparty:secret:add')")
|
||||
public AjaxResult syncThirdpartyPlatformNameToDict() {
|
||||
return AjaxResult.success(thirdpartySecretInfoService.syncThirdpartyPlatformNameToDict());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user