| | |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.model.Bikes; |
| | | import com.doumee.dao.business.model.Goodsorder; |
| | | import com.doumee.dao.business.web.response.HomeResponse; |
| | | import com.doumee.dao.business.web.response.GoodsorderDetailDTO; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | |
| | | /** |
| | | * 首页数据 |
| | | * @param memberId |
| | | * @return |
| | | */ |
| | | HomeResponse getHome(String memberId); |
| | | |
| | | /** |
| | | * 押金支付业务 |
| | | * @param memberId |
| | | * @return |
| | | */ |
| | | Object createGoodsOrderPay(String memberId); |
| | | |
| | | /** |
| | | * 押金支付回调业务 |
| | | * @param preOrderId |
| | | * @return |
| | | */ |
| | | String payNotify(String preOrderId,String paymentNo); |
| | | |
| | | |
| | | /** |
| | | * 查询订单详情 |
| | | * @param id |
| | | * @return |