Before Creating the Bug Report
Runtime platform environment
All platform
RocketMQ version
develop and 5.3.3 (the branch using ACL 2.0)
JDK Version
All
Describe the Bug
In DefaultAuthorizationContextBuilder, the UNLOCK_BATCH_MQ request incorrectly used the LockBatchRequestBody for decode. It should use the UnlockBatchRequestBody for decode.
Steps to Reproduce
In DefaultAuthorizationContextBuilder, the UNLOCK_BATCH_MQ request incorrectly used the LockBatchRequestBody for decode.
What Did You Expect to See?
It should use the UnlockBatchRequestBody for decode.
What Did You See Instead?
It use the LockBatchRequestBody for decode.
Additional Context
No response