增加 c 端读取商品分类的接口

This commit is contained in:
YunaiV
2020-07-26 01:12:22 +08:00
parent 24f3e697b8
commit de81e5f5ae
18 changed files with 181 additions and 26 deletions

View File

@@ -53,6 +53,12 @@
<artifactId>user-service-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<!-- 商品服务 -->
<groupId>cn.iocoder.mall</groupId>
<artifactId>product-service-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<!-- 系统服务 -->
<groupId>cn.iocoder.mall</groupId>