platform_response_code.php 297 B

1234567891011121314151617
  1. <?php
  2. return array
  3. (
  4. 'update' => array
  5. (
  6. 'field' => array
  7. (
  8. 'key',
  9. 'value',
  10. 'type',
  11. 'msg' => array
  12. (
  13. 'placeholder' => '可以填写字段名',
  14. ),
  15. ),
  16. ),
  17. );