diff --git a/jinrun/audit/审批接口.md b/jinrun/audit/审批接口.md index 310d12b..1fd58d4 100644 --- a/jinrun/audit/审批接口.md +++ b/jinrun/audit/审批接口.md @@ -196,7 +196,7 @@ public static void main(String[] args) { " }\n" + " ]\n" + "}"; - HttpResponseData httpResponseData = ZYClient.doPost(Constants.TEST_HOST + "/tms-service-api/audit/send", AesUtils.aesEncrypt(data, aesSecret)); + HttpResponseData httpResponseData = ZYClient.doPost(Constants.TEST_HOST + "/tms-service-api/audit/send", AesUtils.encrypt(data, aesSecret)); } ``` @@ -297,7 +297,7 @@ public static void main(String[] args) { " \"remark\": \"付款金额错误, 撤销重新提交\",\n" + " \"username\": \"001073\"\n" + "}"; - HttpResponseData httpResponseData = ZYClient.doPost(Constants.TEST_HOST + "/tms-service-api/audit/cancel", AesUtils.aesEncrypt(data, aesSecret)); + HttpResponseData httpResponseData = ZYClient.doPost(Constants.TEST_HOST + "/tms-service-api/audit/cancel", AesUtils.encrypt(data, aesSecret)); } ``` -- libgit2 0.21.0