From c9790fe562a5055ab26316fe6790b1f1c7141d17 Mon Sep 17 00:00:00 2001 From: gao <gaoleox@163> Date: Fri, 05 Jun 2020 19:33:04 +0800 Subject: [PATCH] 查询合约账户里面的可用资产余额接口调整 --- src/main/resources/application-test.yml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index d168c0f..98f6ea1 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -93,9 +93,10 @@ app: debug: true redis_expire: 3000 - kline-update-job: true - newest-price-update-job: true - other-job: true + kline-update-job: false + newest-price-update-job: false + other-job: false + rabbit-consumer: false aliyun: oss: -- Gitblit v1.9.1