@@ -572,6 +572,9 @@ |
||
| 572 | 572 | abstract class Aio |
| 573 | 573 | { |
| 574 | 574 | |
| 575 | + /** |
|
| 576 | + * @param string $ServiceURL |
|
| 577 | + */ |
|
| 575 | 578 | protected static function ServerPost($parameters ,$ServiceURL) { |
| 576 | 579 | $ch = curl_init(); |
| 577 | 580 | |