123456789101112131415161718 |
- <?php
- return [
- 'Name' => '标题',
- 'Type' => '支付方式类型',
- 'Type wechat' => '微信',
- 'Type alipay' => '支付宝',
- 'Type douyin' => '支付宝',
- 'Params' => '参数',
- 'Status' => '状态',
- 'Status 1' => '正常',
- 'Set status to 1'=> '设为正常',
- 'Status 0' => '禁用',
- 'Set status to 0'=> '设为禁用',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'Deletetime' => '删除时间'
- ];
|