正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -16,8 +16,8 @@ use Illuminate\Support\Facades\Http; | @@ -16,8 +16,8 @@ use Illuminate\Support\Facades\Http; | ||
| 16 | class Translate | 16 | class Translate |
| 17 | { | 17 | { |
| 18 | //接口地址 | 18 | //接口地址 |
| 19 | - public static $url = 'https://translate.hbb618.cn/translates'; | ||
| 20 | -// public static $url = 'https://translate.hbbapi.com/'; | 19 | +// public static $url = 'https://translate.hbb618.cn/translates'; |
| 20 | + public static $url = 'https://translate.hbbapi.com/'; | ||
| 21 | 21 | ||
| 22 | public static $tls_list = [ | 22 | public static $tls_list = [ |
| 23 | 'en' => [ | 23 | 'en' => [ |
-
请 注册 或 登录 后发表评论