123
dcc
2024-06-28 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed
src/API/userCenter.js
@@ -290,6 +290,15 @@
    params
  );
};
//判断后台是否开启谷歌验证
const invitationCode = (params) => {
  return httpAxios({
    url: "/api/user/invitationCode",
    method: "get",
    isLoading: false,
    params,
  });
};
const apiList = {
  getConfigurationByKey,
@@ -317,6 +326,7 @@
  _getNews,
  _getPopupNews,
  _getIsGoogleAuth,
  invitationCode,
};
export default apiList;