1
李凌
2025-09-06 b7eb749eb71ae802f9868e3b099aa362e23d7cc0
src/service/userCenter.js
@@ -204,11 +204,19 @@
        isLoading: false,
    }, params)
};
//判断后台是否开启谷歌验证
const _getIsGoogleAuth = (params) => {
    return httpJson({
        url: "/api/syspara!getSyspara.action",
        method: "get",
        isLoading: false,
    }, params)
};
const apiList = {
    changePassword, updatepsw, resetpsw, setSafewordReg, changeFundsPassword, getVerifTarget, getUserNameVerifTarget, setSafeword, bindEmail, bindPhone, getGoogleauth, bindGoogleauth, getSafewordApply, setSafewordApply,
    localuserAction, kycHighLevelApply, getKycHighLevel, getBanner,
    getCms, _getNewsList, _getNewsList1, _getNews, _getPopupNews
    getCms, _getNewsList, _getNewsList1, _getNews, _getPopupNews, _getIsGoogleAuth
}
export default apiList