Commit cdffe073 by huluobin

update

parent b6a1fa30
...@@ -119,4 +119,12 @@ public interface CustomerService extends IService<Customer> { ...@@ -119,4 +119,12 @@ public interface CustomerService extends IService<Customer> {
* @return * @return
*/ */
String h5Login(Integer orderId); String h5Login(Integer orderId);
/**
* 根据小程序openid获取用户
*
* @param openid
* @return
*/
Customer getByOpenid1(String openid);
} }
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