translate.php 658 B

12345678910111213141516171819
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 翻译设置
  4. // +----------------------------------------------------------------------
  5. return [
  6. 'user' => [
  7. 'username' => 'nkchenzhongwei@163.com' ,
  8. 'password' => 'g0pyOggA#AB^'
  9. ] ,
  10. 'request_url' => [
  11. 'get_authtoken_url' => 'https://fanyi.atman360.com/api/user/login/' ,
  12. 'get_profile_url' => 'https://fanyi.atman360.com/api/user/profile/',
  13. 'text_translate_url' => 'https://fanyi.atman360.com/api/trans/batch/?team_id=' ,
  14. ] ,
  15. 'expire' => [
  16. 'authtoken_expire' => 2592000 // 30天有效期
  17. ]
  18. ];