Wubing 1 일 전
부모
커밋
bc8e415bcd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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);