Wubing 1 day ago
parent
commit
9758cf8d06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      http/charge.js

+ 1 - 1
http/charge.js

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