6 changed files with 88 additions and 35 deletions
-
31app/AdminAgent/Controllers/DemandController.php
-
21app/Http/Controllers/Api/VerificationController.php
-
39app/Providers/DemandBiddingServiceProvider.php
-
7app/Providers/ProductServiceProvider.php
-
18app/Traits/SmsTraits.php
-
7config/sms.php
@ -0,0 +1,18 @@ |
|||
<?php |
|||
|
|||
namespace App\Traits; |
|||
|
|||
trait SmsTraits |
|||
{ |
|||
public static $systeaName = [ |
|||
'agent', |
|||
'supplier', |
|||
'user', |
|||
]; |
|||
|
|||
public static $systeaNameText = [ |
|||
'agent' => '代理商后台', |
|||
'supplier' => '供应商后台', |
|||
'user' => '海南小程序', |
|||
]; |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue