【7.0.4】【bugfix】修正resource

pull/22/head
fengshuonan 2021-07-10 22:41:49 +08:00
parent a1ed6c373b
commit 8cd59eec98
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@RequestMapping(method = RequestMethod.POST)
@RequestMapping(method = RequestMethod.GET)
public @interface GetResource {
/**