Image.php 137 B

123456789101112131415
  1. <?php
  2. /**
  3. * 图片消息
  4. * @author auto create
  5. */
  6. class Image
  7. {
  8. /**
  9. * 图片消息
  10. **/
  11. public $media_id;
  12. }
  13. ?>