Commit f6fd9a26 authored by 黄奎's avatar 黄奎

页面修改

parent a3e99fe1
......@@ -2892,7 +2892,7 @@ namespace Mall.WebApi.Controllers.Education
public ApiResult UpdateActivityIncome()
{
//int OrderId, decimal Money, int ActivityId
JObject jObj = JObject.Parse(RequestParm.msg.ToString());
JObject jObj = JObject.Parse(RequestParm.msg.ToString().Replace(@"\r\n",""));
int OrderId = jObj.GetInt("OrderId", 0);
decimal Money = jObj.GetDecimal("Money");
decimal PlatformTax = jObj.GetDecimal("PlatformTax");
......
......@@ -57,6 +57,7 @@ namespace Mall.WebApi
{
"http://localhost:8081",
"http://127.0.0.1:8081",
"http://127.0.0.1:8085",
"http://localhost:8181",
"http://localhost:8080",
"http://127.0.0.1:8080",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment