Commit 36f4f721 by feixiang

买家服务接口修改

parent 1a30adba
......@@ -56,11 +56,11 @@ interface BuyerInterface
"phoneNumber" => "手机号",
"birthday" => "生日"
];
* @param string $token
* @param int $storeId
* @param array $data
* @return mixed
*/
public function updateProfile(string $token, array $data);
public function updateProfile(int $storeId, 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