shareimg.php 379 B

123456789101112131415
  1. <?php
  2. return [
  3. 'Image' => '图片url',
  4. 'Type' => '类型:1=大图,2=小图',
  5. 'Status' => '状态',
  6. 'Status normal' => '显示',
  7. 'Status hidden' => '隐藏',
  8. 'Createtime' => '创建时间',
  9. 'Updatetime' => '更新时间',
  10. 'Sex' => '状态值',
  11. 'Sex 1' => '男频',
  12. 'Sex 2' => '女频',
  13. 'Sex 3' => '活动'
  14. ];