|
...
|
...
|
@@ -11,7 +11,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function simplePlan(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/simplePlan')->service('buyin.simplePlan');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/simplePlan')
|
|
|
|
->service('buyin.simplePlan');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -19,7 +23,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function exclusivePlan(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/exclusivePlan')->service('buyin.exclusivePlan');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/exclusivePlan')
|
|
|
|
->service('buyin.exclusivePlan');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -27,7 +35,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function activitySearch(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/activitySearch')->service('buyin.activitySearch');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/activitySearch')
|
|
|
|
->service('buyin.activitySearch');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -35,7 +47,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function applyActivities(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/applyActivities')
|
|
|
|
->service('buyin.applyActivities');
|
|
...
|
...
|
@@ -46,7 +59,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function createOrUpdateOrienPlan(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/createOrUpdateOrienPlan')
|
|
|
|
->service('buyin.createOrUpdateOrienPlan');
|
|
...
|
...
|
@@ -57,7 +71,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function orienPlanList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/orienPlanList')->service('buyin.orienPlanList');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/orienPlanList')
|
|
|
|
->service('buyin.orienPlanList');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -65,7 +83,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function orienPlanAuthors(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/orienPlanAuthors')
|
|
|
|
->service('buyin.orienPlanAuthors');
|
|
...
|
...
|
@@ -76,7 +95,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function orienPlanCtrl(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/orienPlanCtrl')->service('buyin.orienPlanCtrl');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/orienPlanCtrl')
|
|
|
|
->service('buyin.orienPlanCtrl');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -84,7 +107,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function orienPlanAuthorsAdd(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/orienPlanAuthorsAdd')
|
|
|
|
->service('buyin.orienPlanAuthorsAdd');
|
|
...
|
...
|
@@ -95,7 +119,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function orienPlanAudit(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/orienPlanAudit')->service('buyin.orienPlanAudit');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/orienPlanAudit')
|
|
|
|
->service('buyin.orienPlanAudit');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -103,7 +131,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function colonelActivityCreateOrUpdate(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('alliance/colonelActivityCreateOrUpdate')
|
|
|
|
->service('alliance.colonelActivityCreateOrUpdate');
|
|
...
|
...
|
@@ -114,7 +143,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function activityProductCategoryList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('alliance/activityProductCategoryList')
|
|
|
|
->service('alliance.activityProductCategoryList');
|
|
...
|
...
|
@@ -125,7 +155,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function instituteColonelActivityList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('alliance/instituteColonelActivityList')
|
|
|
|
->service('alliance.instituteColonelActivityList');
|
|
...
|
...
|
@@ -136,7 +167,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function instituteColonelActivityOperate(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('alliance/instituteColonelActivityOperate')
|
|
|
|
->service('alliance.instituteColonelActivityOperate');
|
|
...
|
...
|
@@ -147,7 +179,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function colonelActivityProduct(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('alliance/colonelActivityProduct')
|
|
|
|
->service('alliance.colonelActivityProduct');
|
|
...
|
...
|
@@ -158,7 +191,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function colonelActivityProductAudit(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('alliance/colonelActivityProductAudit')
|
|
|
|
->service('alliance.colonelActivityProductAudit');
|
|
...
|
...
|
@@ -169,7 +203,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function colonelActivityProductExtension(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('alliance/colonelActivityProductExtension')
|
|
|
|
->service('alliance.colonelActivityProductExtension');
|
|
...
|
...
|
@@ -180,7 +215,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function specialApplyList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin.colonel/specialApplyList')
|
|
|
|
->service('buyin.colonel.specialApplyList');
|
|
...
|
...
|
@@ -191,7 +227,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function specialApplyDeal(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin.colonel/specialApplyDeal')
|
|
|
|
->service('buyin.colonel.specialApplyDeal');
|
|
...
|
...
|
@@ -202,7 +239,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function materialsProductsSearch(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('alliance/materialsProductsSearch')
|
|
|
|
->service('alliance.materialsProductsSearch');
|
|
...
|
...
|
@@ -213,7 +251,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function materialsProductsDetails(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('alliance/materialsProductsDetails')
|
|
|
|
->service('alliance.materialsProductsDetails');
|
|
...
|
...
|
@@ -224,7 +263,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function materialsProductCategory(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('alliance/materialsProductCategory')
|
|
|
|
->service('alliance.materialsProductCategory');
|
|
...
|
...
|
@@ -235,7 +275,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function materialsProductStatus(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/materialsProductStatus')
|
|
|
|
->service('buyin.materialsProductStatus');
|
|
...
|
...
|
@@ -246,7 +287,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function queryInstituteOrders(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/queryInstituteOrders')
|
|
|
|
->service('buyin.queryInstituteOrders');
|
|
...
|
...
|
@@ -257,7 +299,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function kolPidCreate(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/kolPidCreate')->service('buyin.kolPidCreate');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/kolPidCreate')
|
|
|
|
->service('buyin.kolPidCreate');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -265,7 +311,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function kolPidList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/kolPidList')->service('buyin.kolPidList');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/kolPidList')
|
|
|
|
->service('buyin.kolPidList');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -273,7 +323,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function kolPidEdit(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/kolPidEdit')->service('buyin.kolPidEdit');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/kolPidEdit')
|
|
|
|
->service('buyin.kolPidEdit');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -281,7 +335,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function kolPidDel(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/kolPidDel')->service('buyin.kolPidDel');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/kolPidDel')
|
|
|
|
->service('buyin.kolPidDel');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -289,7 +347,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function kolProductShare(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/kolProductShare')
|
|
|
|
->service('buyin.kolProductShare');
|
|
...
|
...
|
@@ -300,7 +359,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function institutePidCreate(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/institutePidCreate')
|
|
|
|
->service('buyin.institutePidCreate');
|
|
...
|
...
|
@@ -311,7 +371,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function institutePidList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/institutePidList')
|
|
|
|
->service('buyin.institutePidList');
|
|
...
|
...
|
@@ -322,7 +383,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function institutePidEdit(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/institutePidEdit')
|
|
|
|
->service('buyin.institutePidEdit');
|
|
...
|
...
|
@@ -333,7 +395,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function institutePidDel(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/institutePidDel')
|
|
|
|
->service('buyin.institutePidDel');
|
|
...
|
...
|
@@ -344,7 +407,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function liveShareMaterial(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/liveShareMaterial')
|
|
|
|
->service('buyin.liveShareMaterial');
|
|
...
|
...
|
@@ -355,7 +419,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function instituteLiveShare(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/instituteLiveShare')
|
|
|
|
->service('buyin.instituteLiveShare');
|
|
...
|
...
|
@@ -366,7 +431,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function instituteOrderAds(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/instituteOrderAds')
|
|
|
|
->service('buyin.instituteOrderAds');
|
|
...
|
...
|
@@ -377,7 +443,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function kolOrderAds(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/kolOrderAds')->service('buyin.kolOrderAds');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/kolOrderAds')
|
|
|
|
->service('buyin.kolOrderAds');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -385,7 +455,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function shopPidMemberCreate(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/shopPidMemberCreate')
|
|
|
|
->service('buyin.shopPidMemberCreate');
|
|
...
|
...
|
@@ -396,7 +467,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function kolMaterialsProductsDetails(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/kolMaterialsProductsDetails')
|
|
|
|
->service('buyin.kolMaterialsProductsDetails');
|
|
...
|
...
|
@@ -407,7 +479,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function getProductShareMaterial(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/getProductShareMaterial')
|
|
|
|
->service('buyin.getProductShareMaterial');
|
|
...
|
...
|
@@ -418,7 +491,11 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function getProductSkus(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->params($params)->path('buyin/productSkus')->service('buyin.productSkus');
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/productSkus')
|
|
|
|
->service('buyin.productSkus');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
...
|
...
|
@@ -426,7 +503,8 @@ class Alliance extends Passage implements AllianceInterface |
|
|
|
*/
|
|
|
|
public function shareCommandParse(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
$this->builder
|
|
|
|
->method('POST')
|
|
|
|
->params($params)
|
|
|
|
->path('buyin/shareCommandParse')
|
|
|
|
->service('buyin.shareCommandParse');
|
...
|
...
|
|