()
| 135 | } |
| 136 | |
| 137 | func GetApiInfo() []map[string]interface{} { |
| 138 | return getJSONList(GetConsoleSetting().ApiInfo) |
| 139 | } |
| 140 | |
| 141 | func validateAnnouncements(announcementsStr string) error { |
| 142 | list, err := parseJSONArray(announcementsStr, "系统公告") |
no test coverage detected