|
|
@ -159,6 +159,8 @@ export default { |
|
|
|
fileDeletion: `${uploadURL}oss/manage/fileDeletion`, // 删除OSS文件
|
|
|
|
fileDeletion: `${uploadURL}oss/manage/fileDeletion`, // 删除OSS文件
|
|
|
|
fileupload: `${uploadURL}oss/manage/fileupload`, // 文件上传
|
|
|
|
fileupload: `${uploadURL}oss/manage/fileupload`, // 文件上传
|
|
|
|
getPlayAuth: `${uploadURL}oss/manage/getPlayAuth`, // 获取播放凭证
|
|
|
|
getPlayAuth: `${uploadURL}oss/manage/getPlayAuth`, // 获取播放凭证
|
|
|
|
|
|
|
|
removeMoreVideo: `${uploadURL}oss/manage/removeMoreVideo`, // 批量删除视频文件
|
|
|
|
|
|
|
|
removeVideo: `${uploadURL}oss/manage/removeVideo`, // 删除视频文件
|
|
|
|
|
|
|
|
|
|
|
|
queryProvince: `${host}nakadai/nakadai/province/queryProvince`, //查询省份
|
|
|
|
queryProvince: `${host}nakadai/nakadai/province/queryProvince`, //查询省份
|
|
|
|
queryCity: `${host}nakadai/nakadai/city/queryCity`, //查询城市
|
|
|
|
queryCity: `${host}nakadai/nakadai/city/queryCity`, //查询城市
|
|
|
@ -181,14 +183,7 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// getPlayAuth: `${host}occupationlab/oss/manage/getPlayAuth`,
|
|
|
|
|
|
|
|
removeMoreVideo: `${host}occupationlab/oss/manage/removeMoreVideo`, |
|
|
|
|
|
|
|
removeVideo: `${host}occupationlab/oss/manage/removeVideo`, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
updateLogInNumber: `${host}liuwanr/userInfo/updateLogInNumber`, //用户登录修改登录次数和登陆时间
|
|
|
|
updateLogInNumber: `${host}liuwanr/userInfo/updateLogInNumber`, //用户登录修改登录次数和登陆时间
|
|
|
|
|
|
|
|
|
|
|
|
queryAccountIsExist: `${host}liuwanr/userInfo/queryAccountIsExist`,//查询员工,学生账号是否存在接口
|
|
|
|
queryAccountIsExist: `${host}liuwanr/userInfo/queryAccountIsExist`,//查询员工,学生账号是否存在接口
|
|
|
|
queryWorkNumberIsExist: `${host}liuwanr/userInfo/queryWorkNumberIsExist`,//查询学号、工号是否存在
|
|
|
|
queryWorkNumberIsExist: `${host}liuwanr/userInfo/queryWorkNumberIsExist`,//查询学号、工号是否存在
|
|
|
|
querySchool: `${host}liuwanr/customer/querySchool`, //根据学校名称查询学校信息
|
|
|
|
querySchool: `${host}liuwanr/customer/querySchool`, //根据学校名称查询学校信息
|
|
|
|