mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-02-27 16:50:24 +08:00
细节优化
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ public class SaRequestForReactor implements SaRequest {
|
||||
*/
|
||||
@Override
|
||||
public String getMethod() {
|
||||
return request.getMethodValue();
|
||||
return request.getMethod().name();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user