* Fix download xxd file name.

This commit is contained in:
Yagami
2018-12-21 09:10:31 +08:00
parent dd1c5e0715
commit 091301181a
@@ -19,7 +19,7 @@ class xuanxuanChat extends chatModel
$data->version = $this->config->xuanxuan->version;
$data->downloadType = $type;
$url = "https://www.chanzhi.org/license-downloadxxd.html";
$url = "https://www.chanzhi.org/license-downloadxxd-zentao.html";
$result = common::http($url, $data);
if($type == 'config')