zhibing.pu
2024-06-24 76cdbb7703ada66794afd0370db7d5e984bdd11e
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);