1234567891011121314151617181920212223242526272829303132333435363738 |
- {
-
- "avatar": {
-
- "uploadPath": "../upload/admin/avatar",
-
- "requestPath": "/upload/admin/avatar",
-
- "dateTimeFormat": "",
-
- "format": "{Id}",
-
- "maxSize": 1048576,
-
- "limit": 1,
-
- "contentType": [ "image/jpg", "image/png", "image/jpeg", "image/gif" ]
- },
-
- "document": {
-
- "uploadPath": "../upload/admin/document",
-
- "requestPath": "/images",
-
- "dateTimeFormat": "",
-
- "format": "{Id}",
-
- "maxSize": 1048576,
-
- "limit": -1,
-
- "contentType": [ "image/jpg", "image/png", "image/jpeg", "image/gif" ]
- }
- }
|