|
|
@@ -251,12 +251,12 @@ namespace Learun.Application.OA |
|
|
|
string responses = HttpMethods.HttpPosts("http://" + ports + "/api/v1/contents/" + siteId + "/" + channelId, SendNew.ToJson(), ApiId); |
|
|
|
|
|
|
|
#region 修改审核状态 |
|
|
|
|
|
|
|
string Nid = JsonConvert.DeserializeObject<Root>(responses).value.id; |
|
|
|
|
|
|
|
string Nid = JsonConvert.DeserializeObject<Root>(responses).value.id; |
|
|
|
AuditList AList = new AuditList(); |
|
|
|
if (Nid != null) |
|
|
|
{ |
|
|
|
AList.siteId = siteId; |
|
|
|
AList.siteId = Convert.ToInt32(siteId); |
|
|
|
List<contents> listCon = new List<contents>(); |
|
|
|
//这里应该循环,如果多个 |
|
|
|
contents con = new contents(); |
|
|
|