Commit fb9016ed by ping.wu

Merge branches 'feature/20220524_新商城_wuping' and 'qa' of…

Merge branches 'feature/20220524_新商城_wuping' and 'qa' of http://gitlab.freemud.com/order-group-application/order-group into qa
parents 0f09c79e fe8f341d
......@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import java.util.List;
@FeignClient(name = "order-service",url = "http://order-service-dev.api-ingress.sandload.cn")
@FeignClient(name = "order-service",url = "${order.service.url:}")
@RequestMapping(consumes = MediaType.APPLICATION_JSON_UTF8_VALUE, produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
public interface OrderServiceClient {
/**
......
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