Browse Source

git-svn-id: https://202.107.226.68:8443/svn/Services/ResistanceMonitor@101 a05970a1-87b9-9d4f-9ee5-fa77e2ec115b

shenchunzhong 1 year ago
parent
commit
4d8b99b5fe
1 changed files with 6 additions and 1 deletions
  1. 6 1
      4.Data/HttpPrcess.cpp

+ 6 - 1
4.Data/HttpPrcess.cpp

@@ -4144,7 +4144,12 @@ int DealGetResistReport(const httplib::Request& req, const string token, char**
 					}
 					break;
 				default:
-					ASSERT(FALSE);
+					if (pn == ePowerName::PN_FRICTION)
+					{
+						//Ħ²ÁÁ¦
+					}
+					else
+						ASSERT(FALSE);
 					break;
 				}