解决年/月获取接口调用报错问题

This commit is contained in:
1378012178@qq.com 2025-11-25 10:59:10 +08:00
parent 0ca51f25c3
commit b4a6b23410
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ enum Api {
getOrgUrlByOrgCode = '/sys/api/getOrgUrlByOrgCode',
getMediaUrlByOrgCode = '/sys/api/getMediaUrlByOrgCode',
uploadPre = '/sys/common/upload/pre',
queryUpBizPrefix = 'api/sysUtils/queryUpBizPrefix',
queryUpBizPrefix = '/api/sysUtils/queryUpBizPrefix',
}
/**