|
@@ -1,5 +1,6 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<sites>
|
|
<sites>
|
|
|
|
+
|
|
<site>
|
|
<site>
|
|
<!--ID -->
|
|
<!--ID -->
|
|
<id>student_base_photo</id>
|
|
<id>student_base_photo</id>
|
|
@@ -10,8 +11,9 @@
|
|
<!--文件大小限制(IO流限制) -->
|
|
<!--文件大小限制(IO流限制) -->
|
|
<maxSize>1M</maxSize>
|
|
<maxSize>1M</maxSize>
|
|
<!--又拍云存储路径 -->
|
|
<!--又拍云存储路径 -->
|
|
- <path>/student_base_photo/${identityNumber}/${currentTimeMillis}${fileSuffix}</path>
|
|
|
|
|
|
+ <path>/student_base_photo/${identityNumber}/¥{${currentTimeMillis}${fileSuffix}</path>
|
|
</site>
|
|
</site>
|
|
|
|
+
|
|
<site>
|
|
<site>
|
|
<id>capture_photo</id>
|
|
<id>capture_photo</id>
|
|
<name>网考学生端抓拍照片</name>
|
|
<name>网考学生端抓拍照片</name>
|
|
@@ -20,4 +22,12 @@
|
|
<path>/capture_photo/${userId}/${currentTimeMillis}${fileSuffix}</path>
|
|
<path>/capture_photo/${userId}/${currentTimeMillis}${fileSuffix}</path>
|
|
</site>
|
|
</site>
|
|
|
|
|
|
|
|
+ <site>
|
|
|
|
+ <id>question_audio</id>
|
|
|
|
+ <name>试题音频</name>
|
|
|
|
+ <upyunId>exam-cloud-test</upyunId>
|
|
|
|
+ <maxSize>1M</maxSize>
|
|
|
|
+ <path>/comm-ques-bank/prod/audio/${questionId}/${randomNumber}/${fileName}</path>
|
|
|
|
+ </site>
|
|
|
|
+
|
|
</sites>
|
|
</sites>
|