No Description

UmengUappGetAllAppDataParam.class.php 321B

12345678910111213141516
  1. <?php
  2. include_once ('com/alibaba/openapi/client/entity/SDKDomain.class.php');
  3. include_once ('com/alibaba/openapi/client/entity/ByteArray.class.php');
  4. class UmengUappGetAllAppDataParam {
  5. private $sdkStdResult=array();
  6. public function getSdkStdResult(){
  7. return $this->sdkStdResult;
  8. }
  9. }
  10. ?>