puzhibing
2024-03-21 03bc927fdb8469c1417f75c2a25a06a0d6b1ae61
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;
    /**
@@ -160,7 +161,7 @@
    ResultUtil exchangeAddPaymentCallback(String code, String orderNumber, Integer payType);
    ResultUtil exchangeAddPaymentCallback(String code, String orderNumber);
    List<StoreResponse> queryStoresOfExchange(Integer goodsType, Integer pointsMerId);