Commit 01c144f7 by maolipeng

fix:接口修改。。。。

parent 57af7a81
......@@ -49,7 +49,7 @@ export function getWXWorkLoginNoCheck(params: object) {
return Service.Hades('anon/hades/getWXWorkLoginNoCheck', params);
}
export function getLesseeVersionMsg() {
return Service.Hades("public/hades/getLesseeVersionMsg",{enterpriseId:User.getEnterpriseId()})
return Service.Hades("public/customerHades/getLesseeVersionMsg",{enterpriseId:User.getEnterpriseId()})
}
export const getOssClient = (
data: object,
......
......@@ -109,7 +109,7 @@ export default class CollegeManagePage extends React.Component {
createStoreList:[],
joinStoreList:[],
surplusDayTime:365, //剩余天数
endTime: 0 //有效截至时间
endTime: 0, //有效截至时间
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment