You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At src/Common/Signer.php
line 21 : protected $ignores = ['sign'];
Need to add the sign_type field.
like this protected $ignores = ['sign', 'sign_type'];
Otherwise, it may cause an ILLEGAL-SIGN error