Files
water_new/modules/Payment/module.json
2023-03-08 09:16:04 +08:00

15 lines
325 B
JSON

{
"name": "Payment",
"alias": "payment",
"description": "支付管理模块",
"keywords": [],
"priority": 0,
"providers": [
"Modules\\Payment\\Providers\\PaymentServiceProvider"
],
"aliases": {},
"files": [],
"requires": [],
"version": "1.0.0",
"author": "Jason.Chen"
}