platform_cert.php 268 B

123456789101112131415
  1. <?php
  2. return array
  3. (
  4. 'update' => array
  5. (
  6. 'field' => array
  7. (
  8. 'name',
  9. 'type' => array
  10. (
  11. 'placeholder' => '用以区分不同类别的证书',
  12. ),
  13. ),
  14. ),
  15. );