Adjust an abbreviation

This commit is contained in:
wusheng 2017-03-21 19:55:00 +08:00
parent 572cfc5875
commit 590d93f0ca
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import java.util.Map;
*/
public class LogData {
@Expose
@SerializedName(value="ti")
@SerializedName(value="tm")
private long time;
@Expose