细节优化

This commit is contained in:
click33
2022-12-31 09:06:54 +08:00
parent 418172362a
commit d09366602a
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ public class SaRequestForReactor implements SaRequest {
*/
@Override
public String getMethod() {
return request.getMethodValue();
return request.getMethod().name();
}
/**