app/codesDataDlog.cpp
@@ -108,13 +108,17 @@ return; } bool result = SocketManager::sendMsg(JsonUtil::loadGPCodeData(codeData).c_str()); if (result) { try { SocketManager::sendMsg(JsonUtil::loadGPCodeData(codeData).c_str()); AfxMessageBox(_T("上传成功")); } else { catch (...) { AfxMessageBox(_T("上传失败")); }