Skip to content

Commit

Permalink
Merge pull request assimon#205 from chunlee8189/patch-1
Browse files Browse the repository at this point in the history
Update ServerJiang.php
  • Loading branch information
assimon authored Apr 6, 2021
2 parents d1b9836 + 8980594 commit f31f77c
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 f31f77c

Please sign in to comment.