Ver Fonte

add log

Wubing há 1 dia atrás
pai
commit
9758cf8d06
1 ficheiros alterados com 1 adições e 1 exclusões
  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);