shangchuantup

This commit is contained in:
苏尹岚
2020-10-22 17:21:57 +08:00
parent 2ea9a04503
commit 8cf944ce80

View File

@@ -277,7 +277,7 @@ func (c *EventController) DeleteMessageGroup() {
// @Param token header string true "认证token"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /UploadImg [delete]
// @router /UploadImg [post]
func (c *EventController) UploadImg() {
c.callUploadImg(func(params *tEventUploadImgParams) (retVal interface{}, errCode string, err error) {
file, head, err := c.GetFile("rsmImg")