|
@@ -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;
|