Commit d702dd26 by xmy

feat:vip

parent 14eee810
<?php
namespace Hdll\Services\Lib\ApiService;
use Swoft\Core\ResultInterface;
/**
* Interface OemInterface
* @package Hdll\Services\Lib\ApiService
*/
interface OemInterface
{
/**
* 获取oem信息
* @param $oemId
* @return mixed
*/
public function getOem($oemId);
}
\ No newline at end of file
<?php
namespace Hdll\Services\ApiService;
interface OemInterface
{
public function getOem($oemId);
}
\ No newline at end of file
......@@ -3,7 +3,13 @@
namespace Hdll\Services\Vip\Lib;
use Swoft\Core\ResultInterface;
/**
*
* Interface OemVipInterface
* @package Hdll\Services\Vip\Lib
*/
interface OemVipInterface
{
......
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