package route import ( "opennamu/route/tool" ) func View_user_watch_list(config tool.Config, num string, do_type string) string { db := tool.DB_connect() defer tool.DB_close(db) other_set := map[string]string{} json.Unmarshal([]byte(config.Other_set), &other_set) api_data := Api_user_watch_list(config, config.IP, num, do_type) data_html := "" if api_data["response"] != "ok" { return tool.Get_error_page(db, config, "auth") } else { data_html += "