feat: sku

This commit is contained in:
2025-01-10 17:20:00 +08:00
parent 09d9bfaf7e
commit 988c690f6f
4 changed files with 69 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ class OssCallbackService
'avatar',
'menu',
'site',
'category',
];
/**

View 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
}
}