| | |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil updatePassword(String phone, String code, String password) throws Exception; |
| | | ResultUtil updatePassword1(String phone, String code, String password) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | |
| | | ResultUtil productRedemptionOperation(Integer userIdFormRedis, GoodsExchangeVo exchangeVo); |
| | | |
| | | /** |
| | | * 优惠券支付回调处理 |
| | | * @param code |
| | | * @param orderNumber |
| | | * @return |
| | | */ |
| | | ResultUtil paymentCouponCallback(String code, String orderNumber); |
| | | |
| | | |
| | | |
| | | ResultUtil exchangeAddPaymentCallback(String code, String orderNumber, Integer payType); |
| | | |
| | | List<StoreResponse> queryStoresOfExchange(Integer goodsType, Integer pointsMerId); |