海南旅游SAAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
455 B

4 years ago
  1. <?php
  2. return [
  3. 'sender' => \App\Libraries\Sms\Tencent::class,
  4. 'type' => 'tencent',
  5. //'debug' => env('SMS_DEBUG'),
  6. 'tencent' => [
  7. 'sms_sdk_app_id'=> env('SMS_SDK_APP_ID'),
  8. 'secret_id' => env('SECRET_ID'),
  9. 'secret_key' => env('SECRET_KEY'),
  10. 'sign_name' => '领峰远扬',
  11. 'templates' => [
  12. 'bidding' => '1100494' //{1}参与了您发起的竞标{2},详情请登录{3}查看。
  13. ]
  14. ]
  15. ];