Commit ed1c8bb5 by xiangkun.gu

Merge remote-tracking branch 'origin/applet/2022-02-11-暴露创建订单业务相关接口' into develop

parents 7146ba15 86339926
...@@ -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