template_sms.php 282 B

12345678910111213
  1. <?php
  2. return [
  3. 'update' => [
  4. 'field' => [
  5. 'account_key' => [
  6. 'desc' => '',
  7. ],
  8. 'code' => [
  9. 'desc' => '填写短信模板编码,阿里云短信需要模板编码',
  10. ],
  11. ],
  12. ],
  13. ];