|
|
@@ -128,7 +128,7 @@ func (s *DictionaryDetailApi) FindSysDictionaryDetail(c *gin.Context) {
|
|
|
// @Router /sysDictionaryDetail/getSysDictionaryDetailList [get]
|
|
|
func (s *DictionaryDetailApi) GetSysDictionaryDetailList(c *gin.Context) {
|
|
|
var pageInfo request.SysDictionaryDetailSearch
|
|
|
- err := c.ShouldBindJSON(&pageInfo)
|
|
|
+ err := c.ShouldBindQuery(&pageInfo)
|
|
|
if err != nil {
|
|
|
response.FailWithMessage(err.Error(), c)
|
|
|
return
|