api-domain.js
6.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
const _ = require('lodash');
// api调用列表
let domainApis = {
erp: {
login: '/erp-shop-web/account/profile/login',
getPurview: '/erp-shop-web/account/menu/query_by_pid',
allotList: '/erp-shop-web/purchase/queryPurchaseList',
allotPurchaseList: '/erp-shop-web/purchase/list',
allotDelivery: '/erp-shop-web/purchase/delivery',
allotExpressList: '/erp-shop-web/purchase/expressList',
allotExpressDetail: '/erp-shop-web/purchase/expressDetail',
allotWarehouseInfo: '/erp-shop-web/purchase/queryBySupplierId',
allotStockOut: '/erp-shop-web/purchase/stockOut',
allotExpressNumList: '/erp-shop-web/purchase/queryExpressListByExpressNumber',
allotExpressCompList: '/erp-shop-web/express/getExpressList',
allotExportList: '/erp-shop-web/export/exportForPurchaseForm',
allotPrintExpressDetail: '/erp-shop-web/purchase/queryExpressListByExpressNumber',
returnSupplierList: '/erp-shop-web/logistics/returnedSupplier/list',
returnSupplierDetail: '/erp-shop-web/logistics/returnedSupplier/detail',
exportProductReturnList: '/erp-shop-web/export/exportReturnForInvoice',
exportProductReturnDetail: '/erp-shop-web/export/exportReturnDetailForInvoice',
jitProductList: '/erp-shop-web/product/jitProductList',
getJitStorageListBySkn: '/erp-shop-web/product/getJitStorageListBySkn',
importJitStorage: '/erp-shop-web/product/importJitStorage',
invoiceList: '/erp-shop-web/invoice/list',
storerooms: '/erp-shop-web/invoice/storerooms',
invoiceInfo: '/erp-shop-web/invoice/info',
invoiceCreate: '/erp-shop-web/invoice/create',
invoiceUpdate: '/erp-shop-web/invoice/update',
invoiceDelete: '/erp-shop-web/invoice/delete',
invoiceCommit: '/erp-shop-web/invoice/commit',
invoiceSend: '/erp-shop-web/invoice/goods/sendExpress',
goodsList: '/erp-shop-web/invoice/goods/list',
invoiceGoodsAvailable: '/erp-shop-web/invoice/goods/available',
expressList: '/erp-shop-web/purchase/expressList',
expressDetail: '/erp-shop-web/purchase/expressDetail',
expressExport: '/erp-shop-web/export/exportExpressForInvoice',
invoiceGoodsAdd: '/erp-shop-web/invoice/goods/add',
invoiceGoodsUpdate: '/erp-shop-web/invoice/goods/update',
invoiceGoodsDelete: '/erp-shop-web/invoice/goods/delete',
supplementProductList: '/erp-shop-web/supplementProduct/list',
invoiceGoodsImport: '/erp-shop-web/invoice/goods/import',
balanceList: '/erp-shop-web/financeBill/balanceList',
balanceDetail: '/erp-shop-web/financeBill/balanceDetail',
settlementList: '/erp-shop-web/financeBill/settlementList',
inventoryLedgerList: '/erp-shop-web/inventoryLedger/list',
exportBalanceList: '/erp-shop-web/export/exportBalanceList',
exportSettlementDetail: '/erp-shop-web/export/exportSettlementDetail',
exportBalanceDetail: '/erp-shop-web/export/exportBalanceDetail'
},
platform: {
queryShopsByAdminPid: '/SellerShopController/queryShopsByAdminPid',
getSellerBrandInfo: '/SellerProductController/getSellerBrandInfo',
getSellerSortInfo: '/SellerProductController/getSellerSortInfo',
querySellerProductColors: '/SellerProductController/querySellerProductColors',
querySortSize: '/SellerSortSizeController/querySortSize',
addProduct: '/SellerProductController/addProduct',
queryProductParamBySortId: '/SellerStandardController/queryProductParamBySortId',
selectAttributes: '/SellerProductAttributeController/selectAttributes',
querySellerProductMaterial: '/SellerProductController/querySellerProductMaterial',
updateSellerProductNetSaleInfo: '/SellerProductController/updateSellerProductNetSaleInfo',
querySellerProductList: '/SellerProductController/querySellerProductList',
queryVipProductList: '/sellerVip/queryProductVipList',
changeVipPriceStatus: '/sellerVip/batchChangeStatus',
productOutSale: '/SellerSknStatusController/productOutSale',
productOnSale: '/SellerSknStatusController/productOnSale',
queryProdSizeList: '/SellerProductSize/queryProdSizeList',
saveProdSizeInfo: '/SellerProductSize/saveProdSizeInfo',
getSellerAllSortInfo: '/SellerProductController/getSellerAllSortInfo',
exportSellerProductList: '/SellerProductController/exportSellerProductList',
updateSellerPrice: '/SellerPriceController/updateSellerPrice',
updateProduct: '/SellerProductController/updateProduct',
getProduct: '/SellerProductController/getProduct',
getShopDetailById: '/SellerShopController/getShopDetailById',
updateShopBaseInfoById: '/SellerShopController/updateShopBaseInfoById',
uploads: '/fileupload/uploads',
findBusinessShopsDecorator: '/ShopsDecoratorRest/findBusinessShopsDecorator',
getShopsCategoryList: '/SellerShopController/getShopsCategoryList',
addOrUpdateShopsCategory: '/SellerShopController/addOrUpdateShopsCategory',
deleteShopsCategory: '/SellerShopController/deleteShopsCategory',
getAllProduct: '/SellerShopController/getAllProduct',
getBindProductCount: '/SellerShopController/getBindProductCount',
getBindProduct: '/SellerShopController/getBindProduct',
addCategoryLinkProduct: '/SellerShopController/addCategoryLinkProduct',
deleteCategoryLinkProduct: '/SellerShopController/deleteCategoryLinkProduct',
getRemoteImageUrlBySku: '/product/getRemoteImageUrlBySku',
importSeller: '/batch/importSeller',
downloadFile: '/exceltemplate/download/CreateProductForShops',
getSellType: '/SellerProductController/getSellType'
},
shop: {
login: '/loginInter',
switchShop: '/index/ajaxshop'
}
};
// 域名列表
const domains = {
erp: 'http://192.168.103.82:9098',
platform: 'http://192.168.102.210:8088/platform',
shop: 'http://192.168.102.211:30016'
};
if (global.env.Test) {
domains.erp = 'http://192.168.103.82:9098';
domains.platform = 'http://192.168.102.202:8088/platform';
domains.shop = 'http://192.168.102.211:30016';
}
if (global.env.Production) {
domains.erp = 'http://gw.api.yohobuy.com';
domains.platform = 'http://api.platform.yohoops.org/platform';
domains.shop = 'http://127.0.0.1:30016';
}
_.each(domainApis, (apis, domainName) => {
_.each(apis, (url, api) => {
apis[api] = _.get(domains, domainName, '') + url;
});
});
module.exports = domainApis;