mitao
2025-04-11 0ccd94c863ac71b46bff3cc15feabec53650738f
cloud-server-account/src/main/java/com/dsh/account/service/TAppUserService.java
@@ -97,6 +97,7 @@
     * @throws Exception
     */
    ResultUtil updatePassword(String phone, String code, String password) throws Exception;
    ResultUtil updatePassword1(String phone, String code, String password) throws Exception;
    /**
@@ -156,11 +157,11 @@
     * @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);