Commit 5d7b2517 by xmy

Merge branch 'ft-oem' into test

parents 67ea3b75 bc08eada
......@@ -5,9 +5,9 @@ namespace Hdll\Services\Seller\Lib;
interface OemInterface
{
public function oemConfigByUnionId($unionId);
public function oemConfigByUnionId($key, $unionId);
public function oemConfigByStoreId($unionId);
public function oemConfigByStoreId($key, $unionId);
public function oemConfigBySeller($sellerId);
public function oemConfigBySeller($key, $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