|
@@ -9,7 +9,7 @@ import org.springframework.http.MediaType;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
|
|
|
-@FeignClient(name = "springbatchserviceserver/manager/order")
|
|
|
+@FeignClient(name = "springbatchservice/manager/order")
|
|
|
public interface OrderService {
|
|
|
@ApiOperation("创建订单")
|
|
|
@RequestMapping(value = "creat", method = RequestMethod.POST, consumes = {MediaType.ALL_VALUE})
|