This commit is contained in:
suyl
2021-06-29 15:46:14 +08:00
parent c51fc666b1
commit 40d9677a26

View File

@@ -32,6 +32,6 @@ func (c *KnowUploadController) SnsUploadImg() {
callResult.Code = model.ErrCodeSuccess
}
}
c.Data["json"] = callResult
c.Data["jsonp"] = callResult
c.ServeJSON()
}