示例#1
0
文件: api.go 项目: sangba/im
func myfri(w http.ResponseWriter, r *http.Request) {
	user := api.User{}
	user.MyFri(w, r)
}