platform_cert.php 206 B

1234567891011
  1. <?php
  2. return [
  3. 'update' => [
  4. 'field' => [
  5. 'name',
  6. 'type' => [
  7. 'placeholder' => '用以区分不同类别的证书',
  8. ],
  9. ],
  10. ],
  11. ];