可以正常发起流程

This commit is contained in:
yubao
2018-03-24 09:56:32 +08:00
parent 0a42c651aa
commit 99dd110885
17 changed files with 144 additions and 58 deletions

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Text;
using Infrastructure;
using Newtonsoft.Json.Linq;
using OpenAuth.App.Response;
using OpenAuth.Repository.Domain;
namespace OpenAuth.App
@@ -71,7 +72,7 @@ namespace OpenAuth.App
*
* 功能: html
*/
public static string GetHtml(Form form, string action){
public static string GetHtml(FormResp form, string action){
//action=action!=null && !""==(action)?action:"view";
return GetHtml(form.ContentData, form.ContentParse, action);