func explain(w http.ResponseWriter, r *http.Request) { getMutationData(r) summary := getExplain() func := getFunc() res := map[string]interface{}{ "summary": summary, "func": func, } json.NewEncoder(w).Encode(map[string]interface{}{ "data": res, "error": "", }) }


原文地址: https://www.cveoy.top/t/topic/rjo 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录