mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-18 17:48:03 +08:00
细节优化
This commit is contained in:
@@ -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