From c74c2411a4a2f74eb16cc5baa8d8f6c58484822d Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 14 Jun 2022 17:52:36 +0800 Subject: [PATCH] add interface parameter encrypt --- src/main/resources/application-test.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 886833c..06c4fd1 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -50,4 +50,5 @@ system: online-transfer: true - chain-listener: true \ No newline at end of file + chain-listener: true + trade-job: true \ No newline at end of file -- Gitblit v1.9.1