|
|
|
@ -263,17 +263,10 @@ func GetAccessSystemRangeInfo(c *gin.Context) {
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
arr := make([]string, 0)
|
|
|
|
|
if len(res) > 0 {
|
|
|
|
|
for i := range res {
|
|
|
|
|
arr = append(arr, res[i]["range_code"].(string))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
c.JSON(http.StatusOK, Model.Res{
|
|
|
|
|
Success: true,
|
|
|
|
|
Message: "操作成功!",
|
|
|
|
|
List: arr,
|
|
|
|
|
List: res,
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|