HmacSHA1 needs to be url encoded, but it is found that after editing it is% F% B uppercase
, but the example given by the interface is lowercase% f% d
, which causes my signature verification to fail.
where do I need to be encoded again, and how to solve