|
@@ -48,6 +48,14 @@ namespace MySystem
|
|
|
MerNo = Bind.MerNo,
|
|
|
ProductType = Bind.ProductType,
|
|
|
});
|
|
|
+
|
|
|
+ //wifi解绑逻辑
|
|
|
+ if(Utils.Instance.IsWifi(int.Parse(Bind.ProductType)))
|
|
|
+ {
|
|
|
+ string fileName = function.MD5_16(Guid.NewGuid().ToString());
|
|
|
+ string content = "{\"posSn\":\"" + Bind.MerSnNo + "\"}";
|
|
|
+ RedisDbconn.Instance.AddList("kxs_unbindwifi_list", content + "#cut#" + fileName);
|
|
|
+ }
|
|
|
}
|
|
|
else
|
|
|
{
|