Commit 466eb8a9 by 李承祥

路径修改

parent ae932817
...@@ -133,6 +133,7 @@ public ApiResponse ExtractData([CustomizeValidator(RuleSet = "Template"), FromBo ...@@ -133,6 +133,7 @@ public ApiResponse ExtractData([CustomizeValidator(RuleSet = "Template"), FromBo
var ret = JsonHelper.Deserialize<ApiResponse>(retJson); var ret = JsonHelper.Deserialize<ApiResponse>(retJson);
if ((int)ret.State != 1) if ((int)ret.State != 1)
return new ApiResponse(ResponseType.Fail, "首次模板地址无效!"); return new ApiResponse(ResponseType.Fail, "首次模板地址无效!");
path = ret.Message;
} }
string param = JsonHelper.Serialize(new string param = JsonHelper.Serialize(new
......
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