提交 ba21207c 编写于 作者: 李光春's avatar 李光春

- 删除服务器签名验证(js和php方式不一致导致)

上级 bdeae0d6
......@@ -144,8 +144,9 @@ class ApiController extends stdClass
* @param null $default
* @return mixed
*/
public function getAesDecryptData(string $name, $default = null)
public function getAesDecryptData(string $name = '', $default = null)
{
if (empty($name)) return $this->aes_decrypt_data;
if (isset($this->aes_decrypt_data[$name])) {
return $this->aes_decrypt_data[$name];
} else return $default;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册