platform_response_code.php 233 B

12345678910111213
  1. <?php
  2. return [
  3. 'update' => [
  4. 'field' => [
  5. 'key',
  6. 'value',
  7. 'type',
  8. 'msg' => [
  9. 'placeholder' => '可以填写字段名',
  10. ],
  11. ],
  12. ],
  13. ];