Commit 3d8f391c by 徐高华

注释

parent 8298832a
......@@ -58,5 +58,17 @@ public interface HmLinkApiService {
public ServiceResponse<HmLinkWxaDTO> getLinkHmFromWxa(String enterpriseId, Integer whitchStore, String storeId,
String clerkId, String linkShortCode, String mixPhone, String unionid , String memberId);
/**
*
* @Title: getMemberClerkHm
* @Description: 获取会员关联导购的活码
* @author xugh
* @param enterpriseId
* @param memberId
* @param unionid
* @param linkId
* @return
* @throws
*/
public ServiceResponse<HmLinkWxaDTO> getMemberClerkHm(String enterpriseId , String memberId , String unionid , Long linkId) ;
}
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