update shopee order parse
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace App\Platform\Tmall;
|
namespace App\Platform\Shopee\EntityParse;
|
||||||
|
|
||||||
use App\Model\Company;
|
use App\Model\Company;
|
||||||
use App\Model\Model as Entity;
|
use App\Model\Model as Entity;
|
||||||
@@ -16,7 +16,7 @@ use InvalidArgumentException;
|
|||||||
*
|
*
|
||||||
* 展示如何继承 EntityParse 实现自定义解析逻辑
|
* 展示如何继承 EntityParse 实现自定义解析逻辑
|
||||||
*/
|
*/
|
||||||
class ShopeeOrderParser extends EntityParse
|
class Order extends EntityParse
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* 公司作用域匹配
|
* 公司作用域匹配
|
||||||
Reference in New Issue
Block a user