作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

gatewaywork部署上线调试

... ... @@ -122,7 +122,7 @@ class Events
//验证签名是否正确;
unset($param[0]);
unset($param[count($param)-1]);
unset($param[count($param)-2]);
unset($param[count($param)-1]);
print_r($param);
$str = ",".implode(',',$param).",";
echo self::crc16($str)."\n";
... ...