|
@@ -21,7 +21,7 @@ namespace MySystem
|
|
Dictionary<string, object> Fields = new Dictionary<string, object>();
|
|
Dictionary<string, object> Fields = new Dictionary<string, object>();
|
|
Fields.Add("ConsumerId", ConsumerId);
|
|
Fields.Add("ConsumerId", ConsumerId);
|
|
Fields.Add("OpenId", OpenId);
|
|
Fields.Add("OpenId", OpenId);
|
|
- ConsumerOpenIdsService.Add(Fields);
|
|
|
|
|
|
+ ConsumerOpenIdsService.Add(Fields, false);
|
|
}
|
|
}
|
|
#endregion
|
|
#endregion
|
|
|
|
|