back_recharge
wangyuan 2019-05-16 14:52:58 +08:00
parent a9de0f5425
commit b9a5cb43ff
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package com.ljsd.jieling.util;
import com.google.protobuf.GeneratedMessage;
import com.googlecode.protobuf.format.JsonFormat;
import com.ljsd.jieling.db.mongo.MongoUtil;
import com.ljsd.jieling.netty.PackageConstant;
import com.ljsd.jieling.netty.cocdex.Tea;
@ -23,7 +22,6 @@ public class MessageUtil {
backMessage = new byte[0];
} else {
backMessage = generatedMessage.toByteArray();
System.out.println(JsonFormat.printToString(generatedMessage));
}
int length = PackageConstant.UID_FIELD_LEN + PackageConstant.TOKEN_LEN