module.json 301 B

123456789101112131415
  1. {
  2. "name": "短信模块",
  3. "alias": "sms",
  4. "description": "短信,sms,阿里大于",
  5. "version": "1.0.0",
  6. "keywords": [],
  7. "order": 0,
  8. "services": [
  9. "\\catchAdmin\\sms\\SmsService"
  10. ],
  11. "aliases": [],
  12. "files": [],
  13. "requires": [],
  14. "enable": true
  15. }