控制台应用,yzncms本身基于tp5.1框架,里面的队列用不了,bug,坑
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021
  1. <?php
  2. return [
  3. 0 => [
  4. 'name' => 'from',
  5. 'title' => '发件人地址',
  6. 'type' => 'text',
  7. 'value' => '',
  8. ],
  9. 1 => [
  10. 'name' => 'appid',
  11. 'title' => 'APPID名称',
  12. 'type' => 'text',
  13. 'value' => '',
  14. ],
  15. 2 => [
  16. 'name' => 'appkey',
  17. 'title' => 'APPKEY秘钥',
  18. 'type' => 'text',
  19. 'value' => '',
  20. ],
  21. ];