上传图片到微信post

This commit is contained in:
suyl
2021-06-29 14:11:06 +08:00
parent dcb5377bd5
commit c2749ba5d1
2 changed files with 2 additions and 2 deletions

View File

@@ -3730,7 +3730,7 @@ func init() {
web.ControllerComments{
Method: "SNSUploadImg",
Router: `/SNSUploadImg`,
AllowHTTPMethods: []string{"get"},
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})