config.php 506 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'Name' => '标题',
  4. 'Type' => '支付方式类型',
  5. 'Type wechat' => '微信',
  6. 'Type alipay' => '支付宝',
  7. 'Type douyin' => '支付宝',
  8. 'Params' => '参数',
  9. 'Status' => '状态',
  10. 'Status 1' => '正常',
  11. 'Set status to 1'=> '设为正常',
  12. 'Status 0' => '禁用',
  13. 'Set status to 0'=> '设为禁用',
  14. 'Createtime' => '创建时间',
  15. 'Updatetime' => '更新时间',
  16. 'Deletetime' => '删除时间'
  17. ];