姜永辉 2 lat temu
rodzic
commit
09c6c297ff

+ 3 - 3
src/main/java/com/dk/oauth/feign/service/StaffFeign.java

@@ -15,14 +15,14 @@ import java.util.Map;
  * @desc : MdmServerFeign
  * @desc : MdmServerFeign
  * @date : 2024-038-10 10:56
  * @date : 2024-038-10 10:56
  */
  */
-@FeignClient(name = Constant.MDM_PREFIX + Constant.SERVER + "-dkic-b1-jyh", path = Constant.MST_STAFF, contextId = "staff")
+@FeignClient(name = Constant.MDM_PREFIX + Constant.SERVER + "-dkic-b1" , path = Constant.MST_STAFF, contextId = "staff")
 public interface StaffFeign {
 public interface StaffFeign {
     /**
     /**
      * @desc : 体验产品
      * @desc : 体验产品
      * @author : 姜永辉
      * @author : 姜永辉
      * @date : 2023-11-02 16:27
      * @date : 2023-11-02 16:27
      */
      */
-    @PostMapping({"/feign_get_experience"})
+    @PostMapping({ "/feign_get_experience"})
     ResponseResultVO<StaffResponse> getFeignExperience(@RequestBody Map<String, Object> collectQuery);
     ResponseResultVO<StaffResponse> getFeignExperience(@RequestBody Map<String, Object> collectQuery);
 
 
     /**
     /**
@@ -30,6 +30,6 @@ public interface StaffFeign {
      * @author : 姜永辉
      * @author : 姜永辉
      * @date : 2023-11-02 16:27
      * @date : 2023-11-02 16:27
      */
      */
-    @PostMapping({"//" + Constant.MDM_PREFIX + Constant.SERVER + "-$CLUSTER_ID" + "-jyh" + Constant.MST_STAFF + "/insert_feign_staff"})
+    @PostMapping({"//" + Constant.MDM_PREFIX + Constant.SERVER + "-$CLUSTER_ID"   + Constant.MST_STAFF + "/insert_feign_staff"})
     ResponseResultVO<StaffResponse> insertFeignStaff(@RequestBody StaffVO staffVO);
     ResponseResultVO<StaffResponse> insertFeignStaff(@RequestBody StaffVO staffVO);
 }
 }