aa
This commit is contained in:
@@ -74,8 +74,8 @@ func (ue *KnowUploadController) SnsUploadImg() {
|
||||
fmt.Fprintf(ue.Ctx.ResponseWriter, "json encode failed $v", err)
|
||||
return
|
||||
}
|
||||
ue.Data["jsonp"] = string(tt)
|
||||
ue.ServeJSONP()
|
||||
ue.Data["json"] = string(tt)
|
||||
ue.ServeJSON()
|
||||
//fmt.Fprint(ue.Ctx.ResponseWriter, string(tt))
|
||||
// 上传图片的功能
|
||||
case "uploadimage":
|
||||
|
||||
Reference in New Issue
Block a user