Skip to content

Commit

Permalink
Update ServerJiang.php
Browse files Browse the repository at this point in the history
2021/4/3  更新为Server酱Turbo版
  • Loading branch information
chunlee8189 authored Apr 3, 2021
1 parent 27b76b0 commit 8980594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/ServerJiang.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function handle()
]
];
$context = stream_context_create($opts);
$res = file_get_contents('https://sc.ftqq.com/'.config('webset.serverj_token').'.send', false, $context);
$res = file_get_contents('https://sctapi.ftqq.com/'.config('webset.serverj_token').'.send', false, $context);
Log::info($res);
}
}

0 comments on commit 8980594

Please sign in to comment.