WANG 6 years ago
parent
commit
c0f57c5fe0
1 changed files with 4 additions and 4 deletions
  1. 4 4
      examcloud-exchange-starter/src/main/resources/upyun.xml

+ 4 - 4
examcloud-exchange-starter/src/main/resources/upyun.xml

@@ -31,11 +31,11 @@
 	</site>
 
 	<site>
-		<id>questionAudio</id>
-		<name>试题音频</name>
-		<upyunId>2</upyunId>
+		<id>orgLogo</id>
+		<name>机构logo</name>
+		<upyunId>1</upyunId>
 		<maxSize>1M</maxSize>
-		<path>/question_audio/${questionId}/${currentTimeMillis}/${fileName}</path>
+		<path>/org_logo/${rootOrgId}/${currentTimeMillis}${fileSuffix}</path>
 	</site>
 
 </sites>