海南旅游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.

18 lines
258 B

4 years ago
  1. <?php
  2. namespace App\Traits;
  3. trait SmsTraits
  4. {
  5. public static $systeaName = [
  6. 'agent',
  7. 'supplier',
  8. 'user',
  9. ];
  10. public static $systeaNameText = [
  11. 'agent' => '代理商后台',
  12. 'supplier' => '供应商后台',
  13. 'user' => '海南小程序',
  14. ];
  15. }