|
...
|
...
|
@@ -9,7 +9,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinSimplePlan(array $params)
|
|
|
|
public function buyinSimplePlan(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.simplePlan')
|
|
...
|
...
|
@@ -20,7 +20,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinShopActivityList(array $params)
|
|
|
|
public function buyinShopActivityList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.ShopActivityList')
|
|
...
|
...
|
@@ -31,7 +31,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinShopActivityDetail(array $params)
|
|
|
|
public function buyinShopActivityDetail(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.shopActivityDetail')
|
|
...
|
...
|
@@ -42,7 +42,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinApplyActivities(array $params)
|
|
|
|
public function buyinApplyActivities(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.applyActivities')
|
|
...
|
...
|
@@ -53,7 +53,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinActivityProductExtendList(array $params)
|
|
|
|
public function buyinActivityProductExtendList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.activityProductExtendList')
|
|
...
|
...
|
@@ -64,7 +64,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinActivityProductExtendApprove(array $params)
|
|
|
|
public function buyinActivityProductExtendApprove(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.activityProductExtendApprove')
|
|
...
|
...
|
@@ -75,7 +75,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinCreateOrUpdateOrienPlan(array $params)
|
|
|
|
public function buyinCreateOrUpdateOrienPlan(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.createOrUpdateOrienPlan')
|
|
...
|
...
|
@@ -86,7 +86,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinOrienPlanList(array $params)
|
|
|
|
public function buyinOrienPlanList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.orienPlanList')
|
|
...
|
...
|
@@ -97,7 +97,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinOrienPlanCtrl(array $params)
|
|
|
|
public function buyinOrienPlanCtrl(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.orienPlanCtrl')
|
|
...
|
...
|
@@ -108,7 +108,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinOrienPlanAuthors(array $params)
|
|
|
|
public function buyinOrienPlanAuthors(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.orienPlanAuthors')
|
|
...
|
...
|
@@ -119,7 +119,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinOrienPlanAuthorsAdd(array $params)
|
|
|
|
public function buyinOrienPlanAuthorsAdd(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.orienPlanAuthorsAdd')
|
|
...
|
...
|
@@ -130,7 +130,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinOrienPlanAudit(array $params)
|
|
|
|
public function buyinOrienPlanAudit(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.orienPlanAudit')
|
|
...
|
...
|
@@ -141,7 +141,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinExclusivePlan(array $params)
|
|
|
|
public function buyinExclusivePlan(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.exclusivePlan')
|
|
...
|
...
|
@@ -152,7 +152,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinExclusivePlanAuthorOperate(array $params)
|
|
|
|
public function buyinExclusivePlanAuthorOperate(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.exclusivePlanAuthorOperate')
|
|
...
|
...
|
@@ -163,7 +163,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function allianceColonelActivityCreateOrUpdate(array $params)
|
|
|
|
public function allianceColonelActivityCreateOrUpdate(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('alliance.colonelActivityCreateOrUpdate')
|
|
...
|
...
|
@@ -174,7 +174,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function allianceActivityProductCategoryList(array $params)
|
|
|
|
public function allianceActivityProductCategoryList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('alliance.activityProductCategoryList')
|
|
...
|
...
|
@@ -185,7 +185,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function allianceInstituteColonelActivityList(array $params)
|
|
|
|
public function allianceInstituteColonelActivityList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('alliance.instituteColonelActivityList')
|
|
...
|
...
|
@@ -196,7 +196,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function allianceInstituteColonelActivityOperate(array $params)
|
|
|
|
public function allianceInstituteColonelActivityOperate(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('alliance.instituteColonelActivityOperate')
|
|
...
|
...
|
@@ -207,7 +207,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function allianceColonelActivityProduct(array $params)
|
|
|
|
public function allianceColonelActivityProduct(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('alliance.colonelActivityProduct')
|
|
...
|
...
|
@@ -218,7 +218,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function allianceColonelActivityProductAudit(array $params)
|
|
|
|
public function allianceColonelActivityProductAudit(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('alliance.colonelActivityProductAudit')
|
|
...
|
...
|
@@ -229,7 +229,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinColonel/specialApplyList(array $params)
|
|
|
|
public function buyinColonelspecialApplyList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.colonel/specialApplyList')
|
|
...
|
...
|
@@ -240,7 +240,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function allianceColonelActivityProductExtension(array $params)
|
|
|
|
public function allianceColonelActivityProductExtension(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('alliance.colonelActivityProductExtension')
|
|
...
|
...
|
@@ -251,7 +251,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinColonel/specialApplyDeal(array $params)
|
|
|
|
public function buyinColonelspecialApplyDeal(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.colonel/specialApplyDeal')
|
|
...
|
...
|
@@ -262,7 +262,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinOriginColonelEnrollableActivityList(array $params)
|
|
|
|
public function buyinOriginColonelEnrollableActivityList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.originColonelEnrollableActivityList')
|
|
...
|
...
|
@@ -273,7 +273,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinColonelActivityDetail(array $params)
|
|
|
|
public function buyinColonelActivityDetail(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.colonelActivityDetail')
|
|
...
|
...
|
@@ -284,7 +284,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinOriginColonelUnappliedProductList(array $params)
|
|
|
|
public function buyinOriginColonelUnappliedProductList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.originColonelUnappliedProductList')
|
|
...
|
...
|
@@ -295,7 +295,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinOriginColonelApplyActivities(array $params)
|
|
|
|
public function buyinOriginColonelApplyActivities(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.originColonelApplyActivities')
|
|
...
|
...
|
@@ -306,7 +306,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinActivityProductList(array $params)
|
|
|
|
public function buyinActivityProductList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.activityProductList')
|
|
...
|
...
|
@@ -317,7 +317,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinActivityProductCancel(array $params)
|
|
|
|
public function buyinActivityProductCancel(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.activityProductCancel')
|
|
...
|
...
|
@@ -328,7 +328,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function allianceMaterialsProductsSearch(array $params)
|
|
|
|
public function allianceMaterialsProductsSearch(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('alliance.materialsProductsSearch')
|
|
...
|
...
|
@@ -339,7 +339,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinSimplePlanList(array $params)
|
|
|
|
public function buyinSimplePlanList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.simplePlanList')
|
|
...
|
...
|
@@ -350,7 +350,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function allianceMaterialsProductsDetails(array $params)
|
|
|
|
public function allianceMaterialsProductsDetails(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('alliance.materialsProductsDetails')
|
|
...
|
...
|
@@ -361,7 +361,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinProductSkus(array $params)
|
|
|
|
public function buyinProductSkus(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.productSkus')
|
|
...
|
...
|
@@ -372,7 +372,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function allianceMaterialsProductCategory(array $params)
|
|
|
|
public function allianceMaterialsProductCategory(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('alliance.materialsProductCategory')
|
|
...
|
...
|
@@ -383,7 +383,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinMaterialsProductStatus(array $params)
|
|
|
|
public function buyinMaterialsProductStatus(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.materialsProductStatus')
|
|
...
|
...
|
@@ -394,7 +394,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinKolMaterialsProductsSearch(array $params)
|
|
|
|
public function buyinKolMaterialsProductsSearch(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.kolMaterialsProductsSearch')
|
|
...
|
...
|
@@ -405,7 +405,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinKolMaterialsProductsDetails(array $params)
|
|
|
|
public function buyinKolMaterialsProductsDetails(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.kolMaterialsProductsDetails')
|
|
...
|
...
|
@@ -416,7 +416,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinQueryInstituteOrders(array $params)
|
|
|
|
public function buyinQueryInstituteOrders(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.queryInstituteOrders')
|
|
...
|
...
|
@@ -427,7 +427,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstituteOrderMCN(array $params)
|
|
|
|
public function buyinInstituteOrderMCN(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.instituteOrderMCN')
|
|
...
|
...
|
@@ -438,7 +438,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstituteOrderColonel(array $params)
|
|
|
|
public function buyinInstituteOrderColonel(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.instituteOrderColonel')
|
|
...
|
...
|
@@ -449,7 +449,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstPickSourceConvert(array $params)
|
|
|
|
public function buyinInstPickSourceConvert(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.instPickSourceConvert')
|
|
...
|
...
|
@@ -460,7 +460,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstGmv(array $params)
|
|
|
|
public function buyinInstGmv(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.instGmv')
|
|
...
|
...
|
@@ -471,7 +471,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstGmvDetail(array $params)
|
|
|
|
public function buyinInstGmvDetail(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.instGmvDetail')
|
|
...
|
...
|
@@ -482,7 +482,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinKolPidCreate(array $params)
|
|
|
|
public function buyinKolPidCreate(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.kolPidCreate')
|
|
...
|
...
|
@@ -493,7 +493,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinKolPidList(array $params)
|
|
|
|
public function buyinKolPidList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.kolPidList')
|
|
...
|
...
|
@@ -504,7 +504,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinKolPidEdit(array $params)
|
|
|
|
public function buyinKolPidEdit(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.kolPidEdit')
|
|
...
|
...
|
@@ -515,7 +515,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinKolPidDel(array $params)
|
|
|
|
public function buyinKolPidDel(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.kolPidDel')
|
|
...
|
...
|
@@ -526,7 +526,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinShareCommandParse(array $params)
|
|
|
|
public function buyinShareCommandParse(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.shareCommandParse')
|
|
...
|
...
|
@@ -537,7 +537,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinKolProductShare(array $params)
|
|
|
|
public function buyinKolProductShare(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.kolProductShare')
|
|
...
|
...
|
@@ -548,7 +548,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstitutePidCreate(array $params)
|
|
|
|
public function buyinInstitutePidCreate(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.institutePidCreate')
|
|
...
|
...
|
@@ -559,7 +559,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstitutePidList(array $params)
|
|
|
|
public function buyinInstitutePidList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.institutePidList')
|
|
...
|
...
|
@@ -570,7 +570,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstitutePidEdit(array $params)
|
|
|
|
public function buyinInstitutePidEdit(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.institutePidEdit')
|
|
...
|
...
|
@@ -581,7 +581,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstitutePidDel(array $params)
|
|
|
|
public function buyinInstitutePidDel(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.institutePidDel')
|
|
...
|
...
|
@@ -592,7 +592,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinLiveShareMaterial(array $params)
|
|
|
|
public function buyinLiveShareMaterial(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.liveShareMaterial')
|
|
...
|
...
|
@@ -603,7 +603,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinDistributionLiveProductList(array $params)
|
|
|
|
public function buyinDistributionLiveProductList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.distributionLiveProductList')
|
|
...
|
...
|
@@ -614,7 +614,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstituteLiveShare(array $params)
|
|
|
|
public function buyinInstituteLiveShare(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.instituteLiveShare')
|
|
...
|
...
|
@@ -625,7 +625,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstituteOrderAds(array $params)
|
|
|
|
public function buyinInstituteOrderAds(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.instituteOrderAds')
|
|
...
|
...
|
@@ -636,7 +636,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinKolOrderAds(array $params)
|
|
|
|
public function buyinKolOrderAds(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.kolOrderAds')
|
|
...
|
...
|
@@ -647,7 +647,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinShopPidMemberCreate(array $params)
|
|
|
|
public function buyinShopPidMemberCreate(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.shopPidMemberCreate')
|
|
...
|
...
|
@@ -658,7 +658,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinKolLiveShare(array $params)
|
|
|
|
public function buyinKolLiveShare(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.kolLiveShare')
|
|
...
|
...
|
@@ -669,7 +669,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinMHandleTrusteeshipApply(array $params)
|
|
|
|
public function buyinMHandleTrusteeshipApply(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.mHandleTrusteeshipApply')
|
|
...
|
...
|
@@ -680,7 +680,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinColonel/trusteeshipList(array $params)
|
|
|
|
public function buyinColoneltrusteeshipList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.colonel/trusteeshipList')
|
|
...
|
...
|
@@ -691,7 +691,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstituteOrderPick(array $params)
|
|
|
|
public function buyinInstituteOrderPick(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.instituteOrderPick')
|
|
...
|
...
|
@@ -702,7 +702,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinInstituteLivePreviewShare(array $params)
|
|
|
|
public function buyinInstituteLivePreviewShare(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.instituteLivePreviewShare')
|
|
...
|
...
|
@@ -713,7 +713,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinKolLivePreviewShare(array $params)
|
|
|
|
public function buyinKolLivePreviewShare(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.kolLivePreviewShare')
|
|
...
|
...
|
@@ -724,7 +724,7 @@ class Buyin extends Passage implements BuyinInterface |
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
function buyinActivityShareConvert(array $params)
|
|
|
|
public function buyinActivityShareConvert(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')
|
|
|
|
->service('buyin.activityShareConvert')
|
...
|
...
|
|