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

<?php
namespace App\Traits;
trait SmsTraits
{
public static $systeaName = [
'agent',
'supplier',
'user',
];
public static $systeaNameText = [
'agent' => '代理商后台',
'supplier' => '供应商后台',
'user' => '海南小程序',
];
}