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
c9c4bf2c
Commit
c9c4bf2c
authored
Jul 26, 2018
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加店铺管理RPC接口
parent
4a08e80f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
13 deletions
+32
-13
src/Store/Lib/StoreInterface.php
+32
-0
src/Store/Lib/TestInterface.php
+0
-13
No files found.
src/Store/Lib/StoreInterface.php
0 → 100644
View file @
c9c4bf2c
<?php
/**
* This file is part of Swoft.
*
* @link https://swoft.org
* @document https://doc.swoft.org
* @contact group@swoft.org
* @license https://github.com/swoft-cloud/swoft/blob/master/LICENSE
*/
namespace
Hdll\Services\Shop\Lib
;
use
Swoft\Core\ResultInterface
;
/**
* The interface of store service
*
* @method ResultInterface deferIsCertified(int $storeId)
*/
interface
StoreInterface
{
/**
* 查询店铺是否已实名认证(企业认证)
*
* @param integer $storeId
* @return boolean
*/
public
function
isCertified
(
int
$storeId
);
}
\ No newline at end of file
src/Store/Lib/TestInterface.php
deleted
100644 → 0
View file @
4a08e80f
<?php
namespace
Hdll\Services\Shop\Lib
;
interface
TestInterface
{
/**
* 测试
*
* @param string $var
* @return void
*/
public
function
testRpc
(
string
$var
);
}
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