Wubing hace 1 día
padre
commit
bc8e415bcd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      http/charge.js

+ 2 - 2
http/charge.js

@@ -841,8 +841,8 @@ proto.addUsdtAsync = P.coroutine(function* (query, method, res){var response = {
 		return this.writeOut(response, res);
 	}
 	var winloseStr = query["winlose"]
-	if (!winlose) {
-		console.warn("845:",winlose)
+	if (!winloseStr) {
+		console.warn("845:",winloseStr)
 		response.code = 401
 		response.message = "winlose invalid"
 		return this.writeOut(response, res);