Skip to content

Commit

Permalink
Change message from 'success' to 'SUCCESS' on multi part uploading.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozongyou committed Jul 21, 2017
1 parent 07ace9a commit a3d951a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcloud/cos/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ private function uploadBySlicing(

return array(
'code' => 0,
'message' => 'success',
'message' => 'SUCCESS',
'request_id' => $sliceUploading->getRequestId(),
'data' => array(
'access_url' => $sliceUploading->getAccessUrl(),
Expand Down

0 comments on commit a3d951a

Please sign in to comment.