Commit 5a473685 by xmy

修改

parent 18b640e4
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Time: 14:19 * Time: 14:19
*/ */
namespace Hdll\Services\Order\Enum; namespace Hdll\Services\Seller\Enum;
class SellerError class SellerError
{ {
......
...@@ -12,7 +12,7 @@ use Swoft\Core\ResultInterface; ...@@ -12,7 +12,7 @@ use Swoft\Core\ResultInterface;
/** /**
* @method ResultInterface deferSave($referId, $unionId, $openId, $nickName, $headImgUrl, $realName, $phoneNumber) * @method ResultInterface deferSave($referId, $unionId, $openId, $nickName, $headImgUrl, $realName, $phoneNumber)
* @method ResultInterface deferGet($id) * @method ResultInterface deferGet($id,$fields=['*'])
* @method ResultInterface deferUpdate($id) * @method ResultInterface deferUpdate($id)
* Interface SellerInterface * Interface SellerInterface
* @package App\Lib * @package App\Lib
...@@ -35,10 +35,11 @@ interface SellerInterface ...@@ -35,10 +35,11 @@ interface SellerInterface
/** /**
* @param $id * @param $id
* @param array $fields
* @return mixed * @return mixed
* @author Administrator * @author Administrator
*/ */
public function get($id); public function get($id,$fields=['*']);
/** /**
* @param $condition * @param $condition
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Time: 14:19 * Time: 14:19
*/ */
namespace App\Exception; namespace Hdll\Services\SellerDistribution\Enum;
class SellerDistributionError class SellerDistributionError
{ {
......
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