|
|
@@ -198,37 +198,37 @@ define([ 'angular', 'common/services', 'common/utils', 'big'], function(angular,
|
|
|
isArray: true
|
|
|
},
|
|
|
findSaleUsers: {
|
|
|
- url: b2bPath + 'vendorDistribute/:id',
|
|
|
+ url: b2bPath + '/vendorDistribute/:id',
|
|
|
method: 'POST',
|
|
|
isArray: true
|
|
|
},
|
|
|
addSaleUserToVendor: {
|
|
|
- url: b2bPath + 'vendorDistribute/bindVendor/:id',
|
|
|
+ url: b2bPath + '/vendorDistribute/bindVendor/:id',
|
|
|
method: 'POST'
|
|
|
},
|
|
|
addUserToVendor: {
|
|
|
- url: b2bPath + 'account/user/bindUserToVendor/:uu',
|
|
|
+ url: b2bPath + '/account/user/bindUserToVendor/:uu',
|
|
|
method: 'POST'
|
|
|
},
|
|
|
transferSaleUserToVendor: {
|
|
|
- url: b2bPath + 'vendorDistribute/bindUserToVendor/:id',
|
|
|
+ url: b2bPath + '/vendorDistribute/bindUserToVendor/:id',
|
|
|
method: 'POST'
|
|
|
},
|
|
|
transferUserToVendor: {
|
|
|
- url: b2bPath + 'account/user/transferUserToVendor/:uu',
|
|
|
+ url: b2bPath + '/account/user/transferUserToVendor/:uu',
|
|
|
method: 'POST'
|
|
|
},
|
|
|
transferMyDistribute: {
|
|
|
- url: b2bPath + 'account/user/transferMyDistribute',
|
|
|
+ url: b2bPath + '/account/user/transferMyDistribute',
|
|
|
method: 'POST'
|
|
|
},
|
|
|
findDistribute: {
|
|
|
- url: b2bPath + 'account/user/findDistribute',
|
|
|
+ url: b2bPath + '/account/user/findDistribute',
|
|
|
method: 'GET',
|
|
|
isArray: true
|
|
|
},
|
|
|
getDistribute: {
|
|
|
- url: b2bPath + 'account/user/getDistribute/:custUU',
|
|
|
+ url: b2bPath + '/account/user/getDistribute/:custUU',
|
|
|
method: 'GET'
|
|
|
},
|
|
|
getEnTransfer: {
|