Commit 5a473685 by xmy

修改

parent 18b640e4
......@@ -6,7 +6,7 @@
* Time: 14:19
*/
namespace Hdll\Services\Order\Enum;
namespace Hdll\Services\Seller\Enum;
class SellerError
{
......
......@@ -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
......
......@@ -6,7 +6,7 @@
* Time: 14:19
*/
namespace App\Exception;
namespace Hdll\Services\SellerDistribution\Enum;
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