GTApiRequest.php 165 B

1234567891011
  1. <?php
  2. class GTApiRequest{
  3. //api参数集合
  4. protected $apiParam = array();
  5. public function getApiParam()
  6. {
  7. return $this->apiParam;
  8. }
  9. }