Commit 2f77f072 authored by wangfugui's avatar wangfugui

添加注释

parent 3c5af3c3
......@@ -5,6 +5,7 @@ public class PushMultiResponse {
private Integer code;
private String message;
//!!!!注意,本字段是integer,与PushSingleDeckResponse的不同!
private Integer data;
public Integer getCode() {
......
......@@ -7,6 +7,8 @@ public class PushSingleDeckResponse {
private Integer code;
private String message;
//!!!!注意,本字段是boolean,与PushMultiDeckResponse的不同!
private boolean data;//服务器的执行结果,true代表卡组上传成功。false代表卡组上传失败
public Integer getCode() {
......
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