This commit is contained in:
马超 2020-10-18 17:33:01 +08:00
parent 2b9d81e0c9
commit aa1024e491

View File

@ -5,7 +5,7 @@ import com.qiwenshare.file.domain.UserBean;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.*;
@FeignClient(name = "qiwenshare") // 服务名
@FeignClient(name = "qiwen-auth") // 服务名
public interface IRemoteUserService {
@PostMapping("/user/userlogin")