Commit 2fd5ef3e by 墨竹

feat:删除无效代码

parent 1620c362
......@@ -68,6 +68,8 @@ public interface MemberUnionidRelatedApiService {
*/
List<MemberStoreDTO> listByExTernalUseridAndWxUserId(String externalUserid, String wxUserId, String storeId);
@Deprecated
String add(String wxEnterpriseId, String selfExternalUserId, String userId1, String storeId);
void freshWxFrend(String wxEnterpriseId, String wxUserId, String storeId);
......@@ -140,6 +142,7 @@ public interface MemberUnionidRelatedApiService {
* 刷新企微好友
* @param res
*/
@Deprecated
void mqFreshWxFrend(String res);
void cleanNoExsitFriend(String wxEnterpriseId, String wxUserId, String resWes);
......
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