|
|
@@ -15,14 +15,14 @@ import java.util.Map;
|
|
|
* @desc : MdmServerFeign
|
|
|
* @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 {
|
|
|
/**
|
|
|
* @desc : 体验产品
|
|
|
* @author : 姜永辉
|
|
|
* @date : 2023-11-02 16:27
|
|
|
*/
|
|
|
- @PostMapping({"/feign_get_experience"})
|
|
|
+ @PostMapping({ "/feign_get_experience"})
|
|
|
ResponseResultVO<StaffResponse> getFeignExperience(@RequestBody Map<String, Object> collectQuery);
|
|
|
|
|
|
/**
|
|
|
@@ -30,6 +30,6 @@ public interface StaffFeign {
|
|
|
* @author : 姜永辉
|
|
|
* @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);
|
|
|
}
|