| 12345678910111213141516171819202122 |
- <?php
- /*
- * Copyright (c) 2008-2016 vip.com, All Rights Reserved.
- *
- * Powered by com.vip.osp.osp-idlc-2.5.11.
- *
- */
- namespace vipapis\finance;
- require_once dirname(__FILE__).'/FastService.php';
- class FastServiceHelper extends _FastServiceClient{
-
- public function __construct(){
-
- parent::__construct();
- }
-
- }
- ?>
|