Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
penndu committed Nov 24, 2024
1 parent f3299bd commit eac8e86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/_posts/761.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ date: 2024-10-24 00:00:00
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "https://v2.api-m.com/api/baisi",
CURLOPT_URL => "https://v2.xxapi.cn/api/baisi",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
Expand Down Expand Up @@ -51,7 +51,7 @@ if ($data && isset($data['data']) && filter_var($data['data'], FILTER_VALIDATE_U
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "https://v2.api-m.com/api/heisi",
CURLOPT_URL => "https://v2.xxapi.cn/api/heisi",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
Expand Down Expand Up @@ -85,7 +85,7 @@ if ($data && isset($data['data']) && filter_var($data['data'], FILTER_VALIDATE_U
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "https://v2.api-m.com/api/meinvpic",
CURLOPT_URL => "https://v2.xxapi.cn/api/meinvpic",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
Expand Down Expand Up @@ -119,7 +119,7 @@ if ($data && isset($data['data']) && filter_var($data['data'], FILTER_VALIDATE_U
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "https://v2.api-m.com/api/meinv",
CURLOPT_URL => "https://v2.xxapi.cn/api/meinv",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
Expand Down

0 comments on commit eac8e86

Please sign in to comment.