pt-admin/src/main/java/com/ruoyi/web/controller/errand/PhoneController.java
@@ -29,6 +29,16 @@ return R.ok(phoneService.getServletPhone()); } /** * 联系客服 */ @GetMapping("/getPhone") @ApiOperation(value = "获取客服电话(回显)",tags = "系统后台-联系客服") public R<String> getPhone() { return R.ok(phoneService.getPhone()); } /** * 保存客服电话 */