first commit
This commit is contained in:
1
金壶/ydyd_service/application/facade/.pydio
Normal file
1
金壶/ydyd_service/application/facade/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
dfa559fb-beea-47dc-91a0-5f8a30281bfd
|
||||
10
金壶/ydyd_service/application/facade/AppConstant.php
Normal file
10
金壶/ydyd_service/application/facade/AppConstant.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class AppConstant extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\AppConstant';
|
||||
}
|
||||
}
|
||||
10
金壶/ydyd_service/application/facade/Cart.php
Normal file
10
金壶/ydyd_service/application/facade/Cart.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class Cart extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\tools\Cart';
|
||||
}
|
||||
}
|
||||
10
金壶/ydyd_service/application/facade/ContractMake.php
Normal file
10
金壶/ydyd_service/application/facade/ContractMake.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class ContractMake extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\tools\ContractMake';
|
||||
}
|
||||
}
|
||||
10
金壶/ydyd_service/application/facade/ExtendCart.php
Normal file
10
金壶/ydyd_service/application/facade/ExtendCart.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class ExtendCart extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\tools\ExtendCart';
|
||||
}
|
||||
}
|
||||
10
金壶/ydyd_service/application/facade/HyData.php
Normal file
10
金壶/ydyd_service/application/facade/HyData.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class HyData extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\HyData';
|
||||
}
|
||||
}
|
||||
10
金壶/ydyd_service/application/facade/MessageNotice.php
Normal file
10
金壶/ydyd_service/application/facade/MessageNotice.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class MessageNotice extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\tools\MessageNotice';
|
||||
}
|
||||
}
|
||||
10
金壶/ydyd_service/application/facade/Pinyin.php
Normal file
10
金壶/ydyd_service/application/facade/Pinyin.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class Pinyin extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\tools\Pinyin';
|
||||
}
|
||||
}
|
||||
10
金壶/ydyd_service/application/facade/RedisCache.php
Normal file
10
金壶/ydyd_service/application/facade/RedisCache.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class RedisCache extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\RedisCache';
|
||||
}
|
||||
}
|
||||
10
金壶/ydyd_service/application/facade/SystemDeal.php
Normal file
10
金壶/ydyd_service/application/facade/SystemDeal.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class SystemDeal extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\SystemDeal';
|
||||
}
|
||||
}
|
||||
10
金壶/ydyd_service/application/facade/UserCart.php
Normal file
10
金壶/ydyd_service/application/facade/UserCart.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class UserCart extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\tools\UserCart';
|
||||
}
|
||||
}
|
||||
10
金壶/ydyd_service/application/facade/UserExtendCart.php
Normal file
10
金壶/ydyd_service/application/facade/UserExtendCart.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class UserExtendCart extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\tools\UserExtendCart';
|
||||
}
|
||||
}
|
||||
10
金壶/ydyd_service/application/facade/WxPay.php
Normal file
10
金壶/ydyd_service/application/facade/WxPay.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\facade;
|
||||
use think\Facade;
|
||||
class WxPay extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'app\common\WxPay';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user