|
@@ -37,9 +37,9 @@ public class UpyunController extends ControllerSupport {
|
|
|
AES aes = new AES();
|
|
|
|
|
|
@ApiOperation(value = "保存照片")
|
|
|
- @PutMapping("put/{siteId}/{fileName}.{fileSuffix}")
|
|
|
- public String putFile(@PathVariable String siteId, @PathVariable String fileName,
|
|
|
- @PathVariable String fileSuffix, HttpServletRequest req) {
|
|
|
+ @PutMapping("put/{siteId}/{fileSuffix}")
|
|
|
+ public String putFile(@PathVariable String siteId, @PathVariable String fileSuffix,
|
|
|
+ HttpServletRequest req) {
|
|
|
|
|
|
User accessUser = getAccessUser();
|
|
|
|