| | |
| | | public class OaApiService : Repository<dynamic> |
| | | { |
| | | private readonly HttpClient _httpClient; |
| | | private const string AppId = "303233EF-AC39-40C1-8364-AC989C6258A5"; |
| | | private const string BaseUrl = "http://192.168.1.149:8099/api/ec/dev/auth/"; |
| | | private const string WorkflowUrl = "http://192.168.1.149:8099/api/workflow/paService/doCreateRequest"; |
| | | //private const string AppId = "303233EF-AC39-40C1-8364-AC989C6258A5"; |
| | | //private const string BaseUrl = "http://192.168.1.149:8099/api/ec/dev/auth/"; |
| | | //private const string WorkflowUrl = "http://192.168.1.149:8099/api/workflow/paService/doCreateRequest"; |
| | | |
| | | private const string AppId = "AB7F0461-89C3-4EAD-B5B5-B7D540617921"; |
| | | private const string BaseUrl = "http://192.168.1.20:80/api/ec/dev/auth/"; |
| | | private const string WorkflowUrl = "http://192.168.1.20:80/api/workflow/paService/doCreateRequest"; |
| | | |
| | | public OaApiService() |
| | | { |
| | |
| | | { |
| | | {"mainData", BuildMainData(queryObj)}, |
| | | {"requestName", $"IQC异常处置单流程-{DateTime.Now:yyyyMMddHHmmss}"}, |
| | | {"workflowId", "379"}, |
| | | {"workflowId", "600"},//测试:379 正式:600 |
| | | //{"otherParams", BuildOtherParams()}, |
| | | {"detailData", BuildDetailData(queryObj)} |
| | | }; |
| | |
| | | { |
| | | new JObject |
| | | { |
| | | ["tableDBName"] = "formtable_main_33_dt1", |
| | | ["tableDBName"] = "formtable_main_321_dt1",//测试:formtable_main_33_dt1 |
| | | ["workflowRequestTableRecords"] = tableRecords |
| | | } |
| | | }; |