Commit 72532662 by feixiang

买家服务接口参数修改

parent 943abd12
......@@ -17,7 +17,7 @@ use Swoft\Core\ResultInterface;
*/
interface BuyerInterface
{
public function getUser(string $token);
public function getUser(int $storeId, int $buyerId);
public function updateProfile(string $token, array $data);
......
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