selfcheer
2024-07-19 1572f45e72cc0fa15c029f9ee2a08474104435e6
api/v1/test/code.go
@@ -27,7 +27,7 @@
// @Summary   获取编码列表
// @Produce   application/json
// @Param      object   query      request.GetCodeList   true   "参数"
// @Success   200   {object}   util.ResponseList{data=[]code.CodeStandard}
// @Success   200   {object}   response.Response{data=[]code.CodeStandard}
//
//   @Router /code/getCodeList [get]
func (ca *CodeApi) GetCodeList(c *gin.Context) {
@@ -66,7 +66,7 @@
// @Summary   获取自动编码
// @Produce   application/json
// @Param      object   body      code.CodeStandard   true   "参数"
// @Success   200   {object}   util.ResponseList{data=map[string]interface{}}
// @Success   200   {object}   response.Response{data=map[string]interface{}}
//
//   @Router   /code/getAutoCode [post]
func (ca *CodeApi) GetAutoCode(c *gin.Context) {