12345678910111213141516171819 |
- <?php
- // +----------------------------------------------------------------------
- // | 翻译设置
- // +----------------------------------------------------------------------
- return [
- 'user' => [
- 'username' => 'nkchenzhongwei@163.com' ,
- 'password' => 'g0pyOggA#AB^'
- ] ,
- 'request_url' => [
- 'get_authtoken_url' => 'https://fanyi.atman360.com/api/user/login/' ,
- 'get_profile_url' => 'https://fanyi.atman360.com/api/user/profile/',
- 'text_translate_url' => 'https://fanyi.atman360.com/api/trans/batch/?team_id=' ,
- ] ,
- 'expire' => [
- 'authtoken_expire' => 2592000 // 30天有效期
- ]
- ];
|