InterfaceAPI.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. return [
  3. // 短信 -- 天一宏 -- 不卡
  4. 'short_message' => [
  5. 'gateway' => 'https://api.itniotech.com/sms/sendSms',
  6. 'appId' => 'wLr2ZwLl',
  7. 'appKey' => 'F1dn5I21JhIKa1zDIIYTB3OIsA5pIaYw',
  8. 'lengthNum' => 4, // 短信长度
  9. 'datetime' => time() + (3600 * 3), // 北京时间
  10. 'key' => 'A67eeXBWIM66RVcqz2kzf2NO8wQRgXCV', // 秘钥
  11. 'pbUrl'=>'https://api.itniotech.com/sms/postback/backfill',
  12. 'host' => ['65.1.179.221','172.31.14.210']
  13. ],
  14. 'short_message_old' => [
  15. 'gateway' => 'https://api.itniotech.com/sms/sendSms',
  16. 'appId' => '',
  17. 'appKey' => '',
  18. 'lengthNum' => 4, // 短信长度
  19. 'datetime' => time() + (3600 * 3), // 北京时间
  20. 'key' => '', // 秘钥
  21. 'pbUrl'=>'https://api.itniotech.com/sms/postback/backfill',
  22. 'host' => ['65.1.179.221','172.31.14.210']
  23. ],
  24. 'kmi_message' => [
  25. 'gateway' => 'http://api.kmicloud.com/sms/send/v1/otp',
  26. 'secret_key' => '',
  27. 'access_key' => '',
  28. 'from' => '',
  29. 'callbackUrl' => 'http://ace56a6f14df1fdd0.awsglobalaccelerator.com/api/send_code/notify'
  30. ],
  31. 'zr_message' => [
  32. 'gateway' => 'http://intlapi.1cloudsp.com/intl/api/v2/send',
  33. 'secret' => '',
  34. 'accesskey' => '',
  35. ],
  36. 'plant_message' => [
  37. 'gateway' => 'http://api.wftqm.com/api/sms/mtsend',
  38. 'secretKey' => '',//全球
  39. 'appKey' => '',//全球
  40. ],
  41. 'plant_message_notify' => [
  42. 'gateway' => 'http://api.wftqm.com/api/sms/mtsend',
  43. 'secretKey' => '',
  44. 'appKey' => '',
  45. ],
  46. ];