misgaoli

Results 2 issues of misgaoli

How to customize the name of the sender? ![image](https://user-images.githubusercontent.com/6694869/39559910-61f704b6-4ecc-11e8-85b9-f55bf7fbaf81.png)

hi,版本是:php7.3.5 ,会提示{"errcode":71009,"errmsg":"返回文本非succes},询问钉钉官方,说是不支持7.1+版本 ,验证回调的写法如下,不知道有没有遇到过这个问题 $signature = $_GET["signature"]; $timeStamp = $_GET["timestamp"]; $nonce = $_GET["nonce"]; $postdata = file_get_contents("php://input"); $postList = json_decode($postdata,true); $encrypt = $postList['encrypt']; $crypt = new DingtalkCrypt(TOKEN, ENCODING_AES_KEY, SUITE_KEY); $msg = "";...