zhaojs
2023-06-09 859358e3177166e87e29538a4df0cff5cdb3117e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
 
return [
    'Id'               => 'ID',
    'Down_url'         => 'app下载地址',
    'Content'          => '升级内容',
    'Method'           => '是否强制升级',
    'Method 0'         => '不强制',
    'Method 1'         => '强制',
    'Version_number'   => 'APP版本号',
    'Equipment_type'   => '平台',
    'Equipment_type 1' => '安卓',
    'Equipment_type 2' => 'IOS',
    'Create_time'      => '创建时间',
    'Update_time'      => '更新时间'
];