Ver Fonte

更新 接口注释

wangzhihui há 4 anos atrás
pai
commit
feac6a4d22
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/apis/fetch.js

+ 2 - 2
src/apis/fetch.js

@@ -5,8 +5,8 @@ export default {
     return $http("post", "staff/backstage/login", data);
   },
 
-  // 获取货主列表
-  getCargoOwnerList(data) {
+  // 获取用户列表 货主/船东
+  getUserList(data) {
     return $http("post", "user/backstage/list", data);
   },