Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
d702dd26
Commit
d702dd26
authored
Jan 03, 2020
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:vip
parent
14eee810
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
12 deletions
+28
-12
src/ApiService/Lib/OemInterface.php
+22
-0
src/ApiService/OemInterface.php
+0
-12
src/Vip/Lib/OemVipInterface.php
+6
-0
No files found.
src/ApiService/Lib/OemInterface.php
0 → 100644
View file @
d702dd26
<?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
src/ApiService/OemInterface.php
deleted
100644 → 0
View file @
14eee810
<?php
namespace
Hdll\Services\ApiService
;
interface
OemInterface
{
public
function
getOem
(
$oemId
);
}
\ No newline at end of file
src/Vip/Lib/OemVipInterface.php
View file @
d702dd26
...
...
@@ -3,7 +3,13 @@
namespace
Hdll\Services\Vip\Lib
;
use
Swoft\Core\ResultInterface
;
/**
*
* Interface OemVipInterface
* @package Hdll\Services\Vip\Lib
*/
interface
OemVipInterface
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment