Commit 605b6f55 authored by shiyu's avatar shiyu

通知被关注者

parent b073e936
...@@ -68,7 +68,13 @@ public interface SendMsgService { ...@@ -68,7 +68,13 @@ public interface SendMsgService {
* @param auctionOfferNoticeMsg * @param auctionOfferNoticeMsg
* @return * @return
*/ */
Result offerNoticeToDistributorMsg( AuctionOfferNoticeMsg auctionOfferNoticeMsg); Result offerNoticeToDistributorMsg(AuctionOfferNoticeMsg auctionOfferNoticeMsg);
/**
* 通知被关注者
* @return
*/
Result followNoticeMsg();
String getOpenIdByUserId(long userId); String getOpenIdByUserId(long userId);
......
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