Commit 86339926 by xiangkun.gu

修改创建订单需要使用的接口路径

parent d82b3984
...@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*; ...@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
* 暴露订单相关的业务接口,提供给applet项目 * 暴露订单相关的业务接口,提供给applet项目
*/ */
@RestController @RestController
@RequestMapping("/exposure") @RequestMapping("/order/exposure")
public class ExposureOrderController { public class ExposureOrderController {
@Autowired @Autowired
......
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