|
|
@@ -2,7 +2,6 @@ package com.dk.mdm.feign;
|
|
|
|
|
|
|
|
|
import com.dk.common.infrastructure.constant.Constant;
|
|
|
-import com.dk.common.model.response.mst.StaffResponse;
|
|
|
import com.dk.common.response.ResponseResultVO;
|
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
@@ -24,4 +23,5 @@ public interface CompanyFeign {
|
|
|
*/
|
|
|
@PostMapping({"/feign_update_wx_user_company"})
|
|
|
ResponseResultVO<Boolean> updateWxUserCompany(@RequestBody Map<String, Object> collectQuery) ;
|
|
|
+
|
|
|
}
|