admin
2022-07-24 e88a6656834864dd98da26118fe37d059b276537
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("上传失败"));
   }