This commit is contained in:
suyl
2021-06-29 15:48:02 +08:00
parent 40d9677a26
commit f4bb820b56

View File

@@ -33,5 +33,5 @@ func (c *KnowUploadController) SnsUploadImg() {
} }
} }
c.Data["jsonp"] = callResult c.Data["jsonp"] = callResult
c.ServeJSON() c.ServeJSONP()
} }