GroupSendSmsFilter.php 396 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. *
  4. *
  5. * @category xxx
  6. * @package PSR
  7. * @subpackage Documentation\API
  8. * @author xxx <xxx@xxx.com>
  9. * @license GPL https://xxx.com
  10. * @link https://xxx.com
  11. * @ctime: 2020/4/1 9:33
  12. */
  13. namespace App\Filters;
  14. class GroupSendSmsFilter extends Filter
  15. {
  16. protected $simpleFilters = [
  17. 'area_id',
  18. 'template_id',
  19. 'merchant_id'
  20. ];
  21. }