Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
d5a5bc7f
Commit
d5a5bc7f
authored
Mar 16, 2021
by
macro
Browse files
Update OssController.java
parent
bd5d545e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/OssController.java
View file @
d5a5bc7f
...
...
@@ -26,7 +26,7 @@ public class OssController {
@Autowired
private
OssService
ossService
;
@ApiOperation
(
value
=
"
o
ss上传签名生成"
)
@ApiOperation
(
value
=
"
O
ss上传签名生成"
)
@RequestMapping
(
value
=
"/policy"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
public
CommonResult
<
OssPolicyResult
>
policy
()
{
...
...
@@ -34,7 +34,7 @@ public class OssController {
return
CommonResult
.
success
(
result
);
}
@ApiOperation
(
value
=
"
o
ss上传成功回调"
)
@ApiOperation
(
value
=
"
O
ss上传成功回调"
)
@RequestMapping
(
value
=
"callback"
,
method
=
RequestMethod
.
POST
)
@ResponseBody
public
CommonResult
<
OssCallbackResult
>
callback
(
HttpServletRequest
request
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment