|
@@ -25,7 +25,7 @@ namespace MySystem
|
|
|
string path = context.ActionDescriptor.AttributeRouteInfo.Template.ToLower();
|
|
|
if(keyValue.Key == "value" && AllowApiList().Contains(path))
|
|
|
{
|
|
|
- string result = function.PostWebRequest("https://test.mpap2.kexiaoshuang.com/" + path, "value=" + keyValue.Value.ToString());
|
|
|
+ string result = function.PostWebRequest(AppConfig.Base.Host2 + path, "value=" + keyValue.Value.ToString());
|
|
|
result = result.Replace("null", "\"\"");
|
|
|
result = result.Replace("\"status\"", "\"Status\"");
|
|
|
result = result.Replace("\"data\"", "\"Data\"");
|