| | |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil updatePassword(String phone, String code, String password) throws Exception; |
| | | ResultUtil updatePassword1(String phone, String code, String password) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @param orderNumber |
| | | * @return |
| | | */ |
| | | ResultUtil paymentCouponCallback(String code, String orderNumber); |
| | | ResultUtil paymentCouponCallback(String code, String orderNumber) throws Exception; |
| | | |
| | | |
| | | |
| | | ResultUtil exchangeAddPaymentCallback(String code, String orderNumber, Integer payType); |
| | | ResultUtil exchangeAddPaymentCallback(String code, String orderNumber); |
| | | |
| | | List<StoreResponse> queryStoresOfExchange(Integer goodsType, Integer pointsMerId); |
| | | |