FastServiceHelper.php 319 B

12345678910111213141516171819202122
  1. <?php
  2. /*
  3. * Copyright (c) 2008-2016 vip.com, All Rights Reserved.
  4. *
  5. * Powered by com.vip.osp.osp-idlc-2.5.11.
  6. *
  7. */
  8. namespace vipapis\finance;
  9. require_once dirname(__FILE__).'/FastService.php';
  10. class FastServiceHelper extends _FastServiceClient{
  11. public function __construct(){
  12. parent::__construct();
  13. }
  14. }
  15. ?>