| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?php
- return [
- // 短信 -- 天一宏 -- 不卡
- 'short_message' => [
- 'gateway' => 'https://api.itniotech.com/sms/sendSms',
- 'appId' => 'wLr2ZwLl',
- 'appKey' => 'F1dn5I21JhIKa1zDIIYTB3OIsA5pIaYw',
- 'lengthNum' => 4, // 短信长度
- 'datetime' => time() + (3600 * 3), // 北京时间
- 'key' => 'A67eeXBWIM66RVcqz2kzf2NO8wQRgXCV', // 秘钥
- 'pbUrl'=>'https://api.itniotech.com/sms/postback/backfill',
- 'host' => ['65.1.179.221','172.31.14.210']
- ],
- 'short_message_old' => [
- 'gateway' => 'https://api.itniotech.com/sms/sendSms',
- 'appId' => '',
- 'appKey' => '',
- 'lengthNum' => 4, // 短信长度
- 'datetime' => time() + (3600 * 3), // 北京时间
- 'key' => '', // 秘钥
- 'pbUrl'=>'https://api.itniotech.com/sms/postback/backfill',
- 'host' => ['65.1.179.221','172.31.14.210']
- ],
- 'kmi_message' => [
- 'gateway' => 'http://api.kmicloud.com/sms/send/v1/otp',
- 'secret_key' => '',
- 'access_key' => '',
- 'from' => '',
- 'callbackUrl' => 'http://ace56a6f14df1fdd0.awsglobalaccelerator.com/api/send_code/notify'
- ],
- 'zr_message' => [
- 'gateway' => 'http://intlapi.1cloudsp.com/intl/api/v2/send',
- 'secret' => '',
- 'accesskey' => '',
- ],
- 'plant_message' => [
- 'gateway' => 'http://api.wftqm.com/api/sms/mtsend',
- 'secretKey' => '',//全球
- 'appKey' => '',//全球
- ],
- 'plant_message_notify' => [
- 'gateway' => 'http://api.wftqm.com/api/sms/mtsend',
- 'secretKey' => '',
- 'appKey' => '',
- ],
- ];
|