WANG 6 anni fa
parent
commit
6c2f364bc0

+ 1 - 1
examcloud-exchange-inner-service/src/main/java/cn/com/qmth/examcloud/exchange/inner/service/upyun/UpYunClient.java

@@ -110,7 +110,7 @@ public class UpYunClient {
 			int statusCode = response.getStatusLine().getStatusCode();
 			System.out.println(EntityUtils.toString(response.getEntity(), "UTF-8"));
 			if (HttpStatus.SC_OK != statusCode) {
-				throw new StatusException("EX-100001", "upyun upload failure!");
+				throw new StatusException("EX-100001", "upyun upload failure");
 			}
 		} catch (StatusException e) {
 			throw e;