xiao547607 %!s(int64=5) %!d(string=hai) anos
pai
achega
f9df9ebe73
Modificáronse 1 ficheiros con 10 adicións e 1 borrados
  1. 10 1
      src/api/base/company.js

+ 10 - 1
src/api/base/company.js

@@ -13,8 +13,17 @@ function companyUserDetail(formData) {
   return request.post(constant.serverUrl + "/company/companyUserDetail", formData);
 }
 
+function promoterList(formData) {
+  return request.post(constant.serverUrl + "/company/promoterList", formData);
+}
+
+function queryPromoterList(formData) {
+  return request.post(constant.serverUrl + "/company/queryPromoterList", formData);
+}
+
+
 
 
 export default {
-  detail, pageList, companyUserDetail
+  detail, pageList, companyUserDetail,promoterList,queryPromoterList
 }