Closed multiwhs closed 6 years ago
자답입니다. 예제에 나오는 아래 문장 중 sort_keys를 없애면 invalid signature 오류가 발생하지 않습니다. what = nonce + method + request_path + json.dumps(request_body, sort_keys=True) -> what = nonce + method + request_path + json.dumps(request_body)