Commit c6db5ccb by xmy

feat:获取用户by openid

parent 7d17c5ef
......@@ -129,4 +129,12 @@ interface BuyerInterface
* @return mixed
*/
public function updateUser($storeId, $buyerId, $data);
/**
* 获取买家信息
* @param $storeId
* @param $openId
* @return mixed
*/
public function getUserByOpenId($storeId, $openId);
}
\ No newline at end of file
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