wechat.php 212 B

1234567891011
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Type' => '配置类型',
  5. 'Name' => '名称',
  6. 'Content' => '内容',
  7. 'Createtime' => '创建时间',
  8. 'Updatetime' => '更新时间'
  9. ];