修改结构体
common.h @@ -449,6 +449,7 @@ { Head head; char place[32];//地区 char nowTime[32];//当时时间 EnvironmentReq(){ head.type = ENVIRONMENT_REQ; head.len = sizeof(EnvironmentReq);