mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 08:05:34 +08:00
🐛 fix unknown bug
This commit is contained in:
@@ -20,6 +20,8 @@ class StatusParser
|
||||
CQUtil::errorLog("API推送失败, retcode = " . $response["retcode"], "API ERROR", 0);
|
||||
break;
|
||||
case 200:
|
||||
case 0:
|
||||
case 1:
|
||||
break;
|
||||
default:
|
||||
CQUtil::errorLog("API推送失败, retcode = " . $response["retcode"] . "\n说明 = " . ErrorStatus::getMessage($response["retcode"]) . "\n" . json_encode($origin, 128 | 256), "API ERROR");
|
||||
|
||||
Reference in New Issue
Block a user