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
5a473685
Commit
5a473685
authored
Jul 31, 2018
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
18b640e4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
src/Seller/Enum/SellerError.php
+1
-1
src/Seller/Lib/SellerInterface.php
+4
-3
src/SellerDistribution/Enum/SellerDistributionError.php
+1
-1
No files found.
src/Seller/Enum/SellerError.php
View file @
5a473685
...
...
@@ -6,7 +6,7 @@
* Time: 14:19
*/
namespace
Hdll\Services\
Ord
er\Enum
;
namespace
Hdll\Services\
Sell
er\Enum
;
class
SellerError
{
...
...
src/Seller/Lib/SellerInterface.php
View file @
5a473685
...
...
@@ -12,7 +12,7 @@ use Swoft\Core\ResultInterface;
/**
* @method ResultInterface deferSave($referId, $unionId, $openId, $nickName, $headImgUrl, $realName, $phoneNumber)
* @method ResultInterface deferGet($id)
* @method ResultInterface deferGet($id
,$fields=['*']
)
* @method ResultInterface deferUpdate($id)
* Interface SellerInterface
* @package App\Lib
...
...
@@ -34,11 +34,12 @@ interface SellerInterface
public
function
save
(
$referId
,
$unionId
,
$openId
,
$nickName
,
$headImgUrl
,
$realName
=
''
,
$phoneNumber
=
''
);
/**
* @param $id
* @param $id
* @param array $fields
* @return mixed
* @author Administrator
*/
public
function
get
(
$id
);
public
function
get
(
$id
,
$fields
=
[
'*'
]
);
/**
* @param $condition
...
...
src/SellerDistribution/Enum/SellerDistributionError.php
View file @
5a473685
...
...
@@ -6,7 +6,7 @@
* Time: 14:19
*/
namespace
App\Exception
;
namespace
Hdll\Services\SellerDistribution\Enum
;
class
SellerDistributionError
{
...
...
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