From 4f6244e72a8963107155032f3ce4a9e607f89d69 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期三, 27 八月 2025 12:43:20 +0800 Subject: [PATCH] Merge branch 'dev' of http://120.76.84.145:10101/gitblit/r/java/gy_jifenshangcheng into dev --- ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/PhoneController.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/PhoneController.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/PhoneController.java index 1d868ed..c4b4d12 100644 --- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/PhoneController.java +++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/PhoneController.java @@ -83,6 +83,18 @@ return R.ok(); } + + /** + * 保存店铺客服手机号 + * @param phone + * @return + */ + @PostMapping("/insert") + R insert(@RequestBody Phone phone){ + phoneService.save(phone); + return R.ok(); + } + } -- Gitblit v1.7.1