作者 李宇航

合并分支 'master-server' 到 'master'

更新修改



查看合并请求 !884
@@ -199,6 +199,7 @@ class CountAllProject extends Command @@ -199,6 +199,7 @@ class CountAllProject extends Command
199 'plan'=>Project::planMap()[$v['plan']], 199 'plan'=>Project::planMap()[$v['plan']],
200 'status'=>$type, 200 'status'=>$type,
201 'category'=>$category, 201 'category'=>$category,
  202 + 'is_admin5' => 6,
202 'test_domain'=>$v['test_domain'], 203 'test_domain'=>$v['test_domain'],
203 'product_domain'=>!empty($v['domain']) ? (new DomainInfo())->getDomain($v['domain']) : '', 204 'product_domain'=>!empty($v['domain']) ? (new DomainInfo())->getDomain($v['domain']) : '',
204 'project_manager'=>$manageModel->getName($v['manager_mid'] ?? ''), 205 'project_manager'=>$manageModel->getName($v['manager_mid'] ?? ''),
@@ -17,8 +17,8 @@ class Translate @@ -17,8 +17,8 @@ class Translate
17 { 17 {
18 //接口地址 18 //接口地址
19 // public static $url = 'https://translate.hbb618.cn/translates'; 19 // public static $url = 'https://translate.hbb618.cn/translates';
20 -// public static $url = 'https://api.cmer.com/';  
21 - public static $url = ' https://apius.ai.cc/'; 20 + public static $url = 'https://api.cmer.com/';
  21 +// public static $url = ' https://apius.ai.cc/';
22 public static $header = array( 22 public static $header = array(
23 'accept: application/json', 23 'accept: application/json',
24 'Content-Type: application/json', 24 'Content-Type: application/json',