🚀 Just a little update.

This commit is contained in:
jerry
2018-12-03 10:59:12 +08:00
parent f808a1b3a3
commit c9bd9b65fe

View File

@@ -25,7 +25,6 @@ class StatusParser
break; break;
default: default:
CQUtil::errorLog("API推送失败, retcode = " . $response["retcode"] . "\n说明 = " . ErrorStatus::getMessage($response["retcode"]) . "\n" . json_encode($origin, 128 | 256), "API ERROR"); CQUtil::errorLog("API推送失败, retcode = " . $response["retcode"] . "\n说明 = " . ErrorStatus::getMessage($response["retcode"]) . "\n" . json_encode($origin, 128 | 256), "API ERROR");
} }
} }
} }