Commit ee91a58a by lixian7

请求参数调整

parent 2389a614
...@@ -21,5 +21,5 @@ public class BindInfoQueryReq { ...@@ -21,5 +21,5 @@ public class BindInfoQueryReq {
* 时间戳 * 时间戳
*/ */
@NotNull(message = "时间戳不能为空") @NotNull(message = "时间戳不能为空")
private long timestamp; private Long timestamp;
} }
...@@ -27,5 +27,5 @@ public class UnBindReq { ...@@ -27,5 +27,5 @@ public class UnBindReq {
* 时间戳 * 时间戳
*/ */
@NotNull(message = "时间戳不能为空") @NotNull(message = "时间戳不能为空")
private long timestamp; private Long timestamp;
} }
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