重新修改背景音乐的功能实现,原来的功能不起作用
This commit is contained in:
@@ -25,6 +25,7 @@ using Domain;
|
||||
using Newtonsoft.Json;
|
||||
using CommonEntity;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using CSRedis;
|
||||
|
||||
namespace ConsoleApplication2
|
||||
{
|
||||
@@ -241,8 +242,14 @@ namespace ConsoleApplication2
|
||||
}
|
||||
MyHttp.SendHttpData("http://f-xcx.blv-oa.com/rcu/report", resp);
|
||||
}
|
||||
static void RedisTest()
|
||||
{
|
||||
var redis_webchat = new CSRedisClient(string.Format("47.119.147.104:26379" + ",password={0},defaultDatabase=0", "1001^_^lool"));
|
||||
redis_webchat.HMSet("a","b","c");
|
||||
}
|
||||
static void Main(string[] args)
|
||||
{
|
||||
RedisTest();
|
||||
Data();
|
||||
Console.ReadLine();
|
||||
string uuawer = string.Concat("h", "eeeelll");
|
||||
|
||||
Reference in New Issue
Block a user