Commit 6c47e2d9 by xmy

Merge branch 'ft-oem' into test

parents 3add7bba 2c0716aa
<?php
namespace Hdll\Services\Seller\Lib;
interface OemInterface
{
public function oemConfigByUnionId($unionId);
public function oemConfigByStoreId($unionId);
public function oemConfigBySeller($sellerId);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment