Compare commits
No commits in common. "1ab3cebf83b4d26a564de50c5760f2a6388c26db" and "276fe8c298ab8f1238648841b08ebe5f9444e747" have entirely different histories.
1ab3cebf83
...
276fe8c298
|
@ -18,6 +18,7 @@ class SendCode
|
||||||
public static function send_code($phone)
|
public static function send_code($phone)
|
||||||
{
|
{
|
||||||
$client = new Client(); // 创建 Guzzle 客户端
|
$client = new Client(); // 创建 Guzzle 客户端
|
||||||
|
|
||||||
// 请求数据
|
// 请求数据
|
||||||
$data = [
|
$data = [
|
||||||
"token" => "druid_6aa47680-56e6-423f-866d-e190700725fd",
|
"token" => "druid_6aa47680-56e6-423f-866d-e190700725fd",
|
||||||
|
|
Loading…
Reference in New Issue