How to generate WM_SEC.AUTH_SIGNATURE?
问题 Does anyone have python code that can generate this header for the Walmart API? WM_SEC.AUTH_SIGNATURE I have tried to wrap my head around the java example but I am not having any luck of it as I have no Java experience. If anyone knows the format of the string that needs to be signed I could probably figure it out from there. How do I solve the problem? 回答1: Below example for Affiliates API on PHP String (message) for sign $message = self::WM_CONSUMER_ID . "\n" . $milliseconds . "\n" . self: