| | |
| | | package com.yeshi.fanli.service.inter.user.cloud;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.cloud.CloudOrderMenuEnum;
|
| | | import com.yeshi.fanli.entity.bus.user.cloud.UserCloud;
|
| | | import com.yeshi.fanli.exception.user.cloud.UserCloudException;
|
| | |
| | | * @param goodsType
|
| | | * @throws UserCloudException
|
| | | */
|
| | | public void sendCustomGoods(Long uid, Long goodsId, Integer goodsType) throws UserCloudException;
|
| | | public void sendCustomGoods(Long uid, Long goodsId, Integer goodsType, Long sellerId) throws UserCloudException;
|
| | |
|
| | | /**
|
| | | * 定时发送云发单
|
| | | * @param id
|
| | | */
|
| | | public void fixedTimeSend(String id);
|
| | |
|
| | | public List<UserCloud> query(int page, int count, String key, Integer state);
|
| | |
|
| | | public long count(String key, Integer state);
|
| | |
|
| | | /**
|
| | | * 缓存微信匹配群
|
| | | * @param wxId
|
| | | * @param groupId
|
| | | */
|
| | | public void cacheMatchGroup(String wxId, String groupId);
|
| | |
|
| | | }
|