记得上下班打卡 | git大法好,push需谨慎

Commit 3ce57935 authored by jiangxiulong's avatar jiangxiulong

get

parent e9843b68
...@@ -4,7 +4,7 @@ import com.liquidnet.service.base.ResponseDto; ...@@ -4,7 +4,7 @@ import com.liquidnet.service.base.ResponseDto;
import feign.hystrix.FallbackFactory; import feign.hystrix.FallbackFactory;
import org.springframework.cloud.openfeign.FeignClient; import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.GetMapping;
@Component @Component
@FeignClient(name = "liquidnet-service-sweet", @FeignClient(name = "liquidnet-service-sweet",
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.PostMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.PostMapping;
fallback = FallbackFactory.Default.class) fallback = FallbackFactory.Default.class)
public interface FeignSweetTaskActivityClient { public interface FeignSweetTaskActivityClient {
@PostMapping("sweet/sweetCityVote/setStatList") @GetMapping("sweet/sweetCityVote/setStatList")
ResponseDto<Boolean> setStatList(); ResponseDto<Boolean> setStatList();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment