| | |
| | | public string GetToken() |
| | | { |
| | | |
| | | |
| | | ; |
| | | var userId = "1268"; |
| | | var encryptedUserId = RsaHelper.Encrypt(userId, SPK); |
| | | ; |
| | | var headers = new Dictionary<string, string> |
| | | { |
| | | ["appid"] = APPID, |
| | | ["secret"] = RsaHelper.Encrypt(SECRET, SPK) |
| | | ["secret"] = RsaHelper.Encrypt(SECRET, SPK), |
| | | ["userId"] = encryptedUserId |
| | | }; |
| | | |
| | | try |
| | |
| | | string strToken = GetToken(); |
| | | |
| | | |
| | | // 替换原有的测试数据构建 |
| | | // 替换原有的测mainDataDict试数据构建 |
| | | mainDataDict = BuildMainDataFromQuery(query); |
| | | |
| | | |
| | |
| | | var mainData = new Dictionary<string, object> |
| | | { |
| | | // 表结构定义 |
| | | ["tableDBName"] = "formtable_main_1356_dt1", |
| | | ["tableDBName"] = "formtable_main_33", |
| | | ["workflowRequestTableRecords"] = new List<Dictionary<string, object>> |
| | | { |
| | | new Dictionary<string, object> |