200], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'data' => '数据', 'remark' => '备注', 'url' => 'Url', 'max_level' => '最大级别', 'level' => '当前级别', 'reconnection' => '重连次数', 'status' => '状态', 'created_at' => '创建时间', 'updated_at' => 'Updated At', ]; } }