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

Commit ee997041 authored by 胡佳晨's avatar 胡佳晨

正在下单 admin配置

parent aeb6bf01
......@@ -4,6 +4,7 @@ import com.liquidnet.service.base.ResponseDto;
import feign.hystrix.FallbackFactory;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestParam;
......@@ -25,6 +26,6 @@ public interface FeignPlatformTaskClient {
@PostMapping("platform/order/checkTransferOrder")
ResponseDto<Boolean> checkTransferOrder(@RequestParam("minute") Integer minute);
@PutMapping("platform/performance/line")
@GetMapping("platform/performance/line")
ResponseDto<Boolean> performanceLine();
}
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