修复app更新接口错误问题
parent
c756223363
commit
0b649e3f5b
|
@ -73,7 +73,7 @@ export function getLogisticsMessages(params) {
|
|||
*/
|
||||
export function getAppVersion(appType) {
|
||||
return http.request({
|
||||
url: `/appVersion/${appType}`,
|
||||
url: `/other/appVersion/${appType}`,
|
||||
method: Method.GET,
|
||||
type:"manager"
|
||||
});
|
||||
|
@ -86,7 +86,7 @@ export function getLogisticsMessages(params) {
|
|||
*/
|
||||
export function getAppVersionList(type,data) {
|
||||
return http.request({
|
||||
url: `/appVersion/appVersion/${type}`,
|
||||
url: `/other/appVersion/appVersion/${type}`,
|
||||
method: Method.GET,
|
||||
type:"manager",
|
||||
data
|
||||
|
|
Loading…
Reference in New Issue