Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
23 | class Get implements ServiceRequestInterface, WorkerInterface |
||
24 | { |
||
25 | use BaseDto, ServiceRequestBuilder; |
||
26 | |||
27 | private $apiMethodName = 'aliexpress.postproduct.redefining.querypromisetemplatebyid'; |
||
|
|||
28 | |||
29 | private $templateId = '-1'; |
||
30 | /** |
||
31 | * @inheritDoc |
||
32 | * Empty request since contains no params according to AE policies |
||
33 | */ |
||
34 | public function getRequest(): array |
||
40 |