* change for downloadxxd.

This commit is contained in:
wangyidong
2019-07-17 09:11:56 +08:00
parent fab4290b35
commit bc09bbb48a
@@ -13,7 +13,9 @@ class setting extends control
$setting = $this->config->xuanxuan;
$setting->os = $os;
$this->chat->downloadXXD($setting, $type);
$result = $this->chat->downloadXXD($setting, $type);
if($result['result'] == 'success') $this->locate($result['message']);
die($result['message']);
}
die("Params error.");
}