摘要: 一、加签 1、将报文内容+时间戳(timestamp)+随机字符串(nonce)+appid进行sha256加密,得到签名$sign $sign = hash('sha256', body=string&timestamp=time()&nonce=asdasd&appid=sadasdw) 2、将 阅读全文
posted @ 2022-07-15 17:18 风哀伤 阅读(448) 评论(0) 推荐(0) 编辑