|
|
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
-@FeignClient(name="jzg-organization",url = "http://192.168.0.250:8084/")
|
|
|
+@FeignClient(name="jzg-organization",url = "http://192.168.0.19:8084/")
|
|
|
public interface OrgClient {
|
|
|
|
|
|
/**
|
|
|
@@ -70,7 +70,9 @@ public interface OrgClient {
|
|
|
public List<PtlAgreementCostTypeVo> queryByCostId(@RequestParam String costId);
|
|
|
|
|
|
@GetMapping(value = "/userInfo/getUserByMobile")
|
|
|
- public SalesmanVo getUserByMobile(@RequestParam String mobile, @RequestHeader("Authorization") String authToken);
|
|
|
+ public SalesmanVo getUserByMobile(@RequestParam String mobile,
|
|
|
+ @RequestHeader("Authorization") String authToken,
|
|
|
+ @RequestHeader("system_code") String systemCode);
|
|
|
|
|
|
/**
|
|
|
* 用户账户信息查询
|