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

Commit 5ac4c7d2 authored by 胡佳晨's avatar 胡佳晨

消费修改

parent 3596e60c
...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.PostMapping; ...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.PostMapping;
@Component @Component
@FeignClient( @FeignClient(
name = "liquidnet-service-platform", name = "liquidnet-service-platform",
contextId = "FeignPlatformGoblinTaskClient", contextId = "FeignPlatformSmileTaskClient",
path = "platform", path = "platform",
url = "${liquidnet.service.platform.url}", url = "${liquidnet.service.platform.url}",
fallback = FallbackFactory.Default.class fallback = FallbackFactory.Default.class
...@@ -18,7 +18,7 @@ public interface FeignPlatformSmileTaskClient { ...@@ -18,7 +18,7 @@ public interface FeignPlatformSmileTaskClient {
@PostMapping("sell/sellData") @PostMapping("sell/sellData")
public ResponseDto<Boolean> sellData(); ResponseDto<Boolean> sellData();
@PostMapping("sell/commissionData") @PostMapping("sell/commissionData")
public ResponseDto<Boolean> commissionData(); ResponseDto<Boolean> commissionData();
} }
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