|
|
@@ -851,7 +851,9 @@ namespace RMYY_CallCenter_Api.Controllers
|
|
851
|
851
|
//[Authority]
|
|
852
|
852
|
public ActionResult synchronization(string cHosCode)
|
|
853
|
853
|
{
|
|
|
854
|
+ Request.InputStream.Position = 0;
|
|
854
|
855
|
StreamReader reader = new StreamReader(Request.InputStream);
|
|
|
856
|
+ LogHelper.Warn("synchronization-paras:" + Request.Params .ToJson ());
|
|
855
|
857
|
var postString = reader.ReadToEnd();
|
|
856
|
858
|
JObject paras = null;
|
|
857
|
859
|
paras = (JObject)Newtonsoft.Json.JsonConvert.DeserializeObject(postString);
|