<?php
return array
(
    'update' => array
    (
        'field'    => array
        (
            'key',
            'value',
            'type',
            'msg' => array
            (
                'placeholder' => '可以填写字段名',
            ),
        ),
    ),
);