Commit 6cd88318 authored by unset's avatar unset

添加通知信息

parent 418e7fc6
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestBody; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestBody;
* @author wanghaobin * @author wanghaobin
* @create 2017-06-21 8:11 * @create 2017-06-21 8:11
*/ */
@FeignClient(value = "rs-website", contextId = "website-base") @FeignClient(value = "rs-website")
public interface WebsiteFeign { public interface WebsiteFeign {
@PostMapping(value = "orderInfo/web/updateOrderStatus") @PostMapping(value = "orderInfo/web/updateOrderStatus")
......
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