|
...
|
...
|
@@ -17,8 +17,8 @@ class Translate |
|
|
|
{
|
|
|
|
//接口地址
|
|
|
|
// public static $url = 'https://translate.hbb618.cn/translates';
|
|
|
|
// public static $url = 'https://api.cmer.com/';
|
|
|
|
public static $url = ' https://apius.ai.cc/';
|
|
|
|
public static $url = 'https://api.cmer.com/';
|
|
|
|
// public static $url = ' https://apius.ai.cc/';
|
|
|
|
public static $header = array(
|
|
|
|
'accept: application/json',
|
|
|
|
'Content-Type: application/json',
|
...
|
...
|
|