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