feat: sku
This commit is contained in:
@@ -106,6 +106,7 @@ class OssCallbackService
|
||||
'avatar',
|
||||
'menu',
|
||||
'site',
|
||||
'category',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
19
app/Service/Common/Pay/ThirdPayInterface.php
Normal file
19
app/Service/Common/Pay/ThirdPayInterface.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* This service file is part of item.
|
||||
*
|
||||
* @author ctexthuang
|
||||
* @contact ctexthuang@qq.com
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Service\Common\Pay;
|
||||
|
||||
class ThirdPayInterface extends
|
||||
{
|
||||
public function handle()
|
||||
{
|
||||
//todo Write logic
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user