合并分支 'master-server' 到 'master'
更新修改 查看合并请求 !884
正在显示
2 个修改的文件
包含
3 行增加
和
2 行删除
| @@ -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', |
-
请 注册 或 登录 后发表评论