02 2017 档案

摘要:// 登录要提交的表单数据 $time = time(); $hash = hash_hmac('sha1',"appKey=KEY&timestamp=$time",'密钥'); $vars['appKey'] = 'Appkey'; $vars['appSignature'] = $hash; 阅读全文
posted @ 2017-02-13 18:40 Gambler- 阅读(180) 评论(0) 推荐(0)