zqbao 8 mesi fa
parent
commit
c5364c54e9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      controllers/seller.go

+ 2 - 2
controllers/seller.go

@@ -101,8 +101,8 @@ func (this *SellerController) List() {
 }
 
 // List
-// @Title 获取部门下销售
-// @Description 获取部门下销售接口
+// @Title 获取营业部下面的部门
+// @Description 获取营业部下面的部门
 // @Success 200 {object} []models.SysDepartmentList
 // @router /department/list [get]
 func (this *SellerController) DepartmentList() {