@@ -48,7 +48,7 @@ |
||
48 | 48 | * @param string $message |
49 | 49 | * @param string $type |
50 | 50 | * |
51 | - * @return mixed |
|
51 | + * @return boolean |
|
52 | 52 | * 返回值类型:string,array,object,mixed(多种,不确定的),void(无返回值) |
53 | 53 | */ |
54 | 54 | public function send(string $message, string $type) |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Reallyli\Uninotify; |
4 | 4 | |
5 | -use Ixudra\Curl\Facades\Curl; |
|
6 | 5 | use Illuminate\Config\Repository; |
7 | 6 | use Illuminate\Support\Facades\App; |
7 | +use Ixudra\Curl\Facades\Curl; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * Class UniquewayNotificationService. |