access_token、access_secret、codeaccess_secret 当加密key,对字符串code|access_token|时间戳(13位)进行HMAC-SHA256的hash运算,再进行URL编码,得到签名字符串signaturesignature放入请求头x-chw-signature,上一步的时间戳(13位)放入请求头x-chw-timestamp,code放入请求头x-chw-codeContent-Type: application/json
x-chw-signature: urlencode(HMAC-SHA256(code|access_token|时间戳(13位)))
x-chw-timestamp:时间戳(13位)
x-chw-code: code