fix:debug

This commit is contained in:
david 2021-03-14 19:03:02 +08:00
parent d43616aada
commit 49069771ab
2 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,7 @@
/**
* 初始化表格
*/
table.render({
table.render({
elem: '#tableId'
,url: API.tableList
,parseData: function(res){

View File

@ -481,6 +481,7 @@ class AutoReseed
{
echo "正在向服务器提交 【".$clientValue['_config']['name']."】 种子哈希……".PHP_EOL;
$res = self::$curl->post(self::$apiUrl . self::$endpoints['infohash'], $hashArray);
cli($res->response);
$res = json_decode($res->response, true);
// 写响应日志
wlog($res, 'Response_'.$clientKey);