瀏覽代碼

城市查询接口

yuhongqi 2 天之前
父節點
當前提交
c1b5c1008e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/hisStore/city.js

+ 1 - 1
src/api/hisStore/city.js

@@ -10,7 +10,7 @@ export function listCity(query) {
 }
 export function getAllList(query) {
   return request({
-    url: '/store/city/getAllList',
+    url: '/his/city/getAllList',
     method: 'get',
     params: query
   })