|
...
|
...
|
@@ -16,8 +16,8 @@ use Illuminate\Support\Facades\Http; |
|
|
|
class Translate
|
|
|
|
{
|
|
|
|
//接口地址
|
|
|
|
public static $url = 'https://translate.hbb618.cn/translates';
|
|
|
|
// public static $url = 'https://translate.hbbapi.com/';
|
|
|
|
// public static $url = 'https://translate.hbb618.cn/translates';
|
|
|
|
public static $url = 'https://translate.hbbapi.com/';
|
|
|
|
|
|
|
|
public static $tls_list = [
|
|
|
|
'en' => [
|
...
|
...
|
|