Commit 3c922ae9 authored by 张永's avatar 张永

1

parent eeefcf41
...@@ -120,7 +120,7 @@ public class AliyunApiController { ...@@ -120,7 +120,7 @@ public class AliyunApiController {
if(response != null) { if(response != null) {
return Rjx.jsonOk().set("playAuth", response.getPlayAuth()).set("videoMeta", response.getVideoMeta()); return Rjx.jsonOk().set("playAuth", response.getPlayAuth()).set("videoMeta", response.getVideoMeta());
}else { }else {
return Rjx.jsonErr().setMessage("InvalidVideo.NotFound : The video does not exist."); return Rjx.jsonErr().setCode(-1).setMessage("InvalidVideo.NotFound : The video does not exist.");
} }
} catch (Exception e) { } catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment