Commit e6ac8ffb by 徐康

麦咖啡推送数据

parent 5ff17e1a
...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.PostMapping; ...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@FeignClient(name = "MCD-ORDER-DATA-PUSH-SERVICE-", url = "http://oms.uat.mcd.com.cn/order/migration") @FeignClient(name = "MCD-ORDER-DATA-PUSH-SERVICE", url = "http://oms.uat.mcd.com.cn/order/migration")
@RequestMapping(produces = {"application/json;charset=UTF-8"}) @RequestMapping(produces = {"application/json;charset=UTF-8"})
public interface McCafePushOrderClient { public interface McCafePushOrderClient {
......
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