@@ -27,7 +27,7 @@ namespace MySystem
{
try
- string content = RedisDbconn.Instance.RPop<string>("BalancePayQueue");
+ string content = RedisDbconn.Instance.RPop<string>("PrizeFlowQueue");
if (!string.IsNullOrEmpty(content))
DoSomething(content);