|
@@ -509,4 +509,16 @@ class Alliance extends Passage implements AllianceInterface |
|
@@ -509,4 +509,16 @@ class Alliance extends Passage implements AllianceInterface |
|
509
|
->path('buyin/shareCommandParse')
|
509
|
->path('buyin/shareCommandParse')
|
|
510
|
->service('buyin.shareCommandParse');
|
510
|
->service('buyin.shareCommandParse');
|
|
511
|
}
|
511
|
}
|
|
|
|
512
|
+
|
|
|
|
513
|
+ /**
|
|
|
|
514
|
+ * @inheritDoc
|
|
|
|
515
|
+ */
|
|
|
|
516
|
+ public function activityShareConvert(array $params)
|
|
|
|
517
|
+ {
|
|
|
|
518
|
+ $this->builder
|
|
|
|
519
|
+ ->method('POST')
|
|
|
|
520
|
+ ->params($params)
|
|
|
|
521
|
+ ->path('buyin/activityShareConvert')
|
|
|
|
522
|
+ ->service('buyin.activityShareConvert');
|
|
|
|
523
|
+ }
|
|
512
|
} |
524
|
} |