|
@@ -11,7 +11,7 @@
|
|
|
<!--文件大小限制(IO流限制) -->
|
|
|
<maxSize>1M</maxSize>
|
|
|
<!--又拍云存储路径 -->
|
|
|
- <path>/student_base_photo/${identityNumber}/${currentTimeMillis}${fileSuffix}</path>
|
|
|
+ <path>/student_base_photo/${rootOrgId}/${userId}/${currentTimeMillis}${fileSuffix}</path>
|
|
|
</site>
|
|
|
|
|
|
<site>
|
|
@@ -19,7 +19,7 @@
|
|
|
<name>网考学生端抓拍照片</name>
|
|
|
<upyunId>exam-cloud</upyunId>
|
|
|
<maxSize>1M</maxSize>
|
|
|
- <path>/capture_photo/${userId}/${currentTimeMillis}${fileSuffix}</path>
|
|
|
+ <path>/capture_photo/${rootOrgId}/${userId}/${currentTimeMillis}${fileSuffix}</path>
|
|
|
</site>
|
|
|
|
|
|
<site>
|