新增科普文章
This commit is contained in:
@@ -18,6 +18,7 @@ type Api struct {
|
||||
productManage // 商品管理
|
||||
couponManage // 优惠卷管理
|
||||
basicManage // 基础数据管理
|
||||
articleManage // 文章管理
|
||||
}
|
||||
|
||||
// SysSetting 系统设置
|
||||
@@ -105,3 +106,8 @@ type couponManage struct {
|
||||
type basicManage struct {
|
||||
Basic
|
||||
}
|
||||
|
||||
// 文章管理
|
||||
type articleManage struct {
|
||||
ArticleScience
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user