OpenRobotQueryResponse.php 206 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * 机器人
  4. * @author auto create
  5. */
  6. class OpenRobotQueryResponse
  7. {
  8. /**
  9. * unionId(仅当userId无值时返回)
  10. **/
  11. public $unionid;
  12. /**
  13. * userId
  14. **/
  15. public $userid;
  16. }
  17. ?>