wrapper 2.4, changed PROXY config, docker php82
This commit is contained in:
parent
9d9207b05e
commit
7c333b1658
7 changed files with 623 additions and 76 deletions
|
|
@ -6,8 +6,8 @@ use TikScraper\Models\Meta;
|
|||
|
||||
class ErrorHandler {
|
||||
public static function showMeta(Meta $meta) {
|
||||
http_response_code($meta->http_code);
|
||||
Wrappers::latte('error', new ErrorTemplate($meta->http_code, $meta->tiktok_msg, $meta->tiktok_code));
|
||||
http_response_code($meta->httpCode);
|
||||
Wrappers::latte('error', new ErrorTemplate($meta->httpCode, $meta->proxitokMsg, $meta->proxitokCode));
|
||||
}
|
||||
|
||||
public static function showText(int $code, string $msg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue