1
0

feat: 一些细小的调整

This commit is contained in:
2025-09-13 00:55:44 +08:00
parent acab6978d4
commit 7fa524b8d5
7 changed files with 102 additions and 83 deletions

View File

@@ -22,7 +22,6 @@ spring:
startup-delay: 30s
job-store-type: jdbc
jdbc:
# platform: mysql
platform: postgres
# initialize-schema: always
properties:

View File

@@ -30,12 +30,8 @@
<logger name="com.zaxxer.hikari" level="ERROR"/>
<!--<logger name="org.hibernate.SQL" level="DEBUG"/>-->
<springProfile name="build">
<appender-ref ref="Console"/>
<appender-ref ref="RollingFile"/>
</springProfile>
<root level="INFO">
<appender-ref ref="Console"/>
<appender-ref ref="RollingFile"/>
</root>
</configuration>

View File

@@ -144,18 +144,15 @@ POST {{api_url}}
Content-Type: application/json
{
"api_name": "income",
"api_name": "income_vip",
"token": "{{api_key}}",
"params": {
"ts_code": "000001.SZ",
"period": "20241231"
"ts_code": "000799.SZ",
"period": "20191231"
},
"fields": [
"ts_code",
"ann_date",
"total_revenue",
"total_cogs",
"n_income"
"revenue",
"total_revenue"
]
}
@@ -196,41 +193,14 @@ Content-Type: application/json
"api_name": "balancesheet_vip",
"token": "{{api_key}}",
"params": {
"ts_code": "000001.SZ",
"period": "20241231"
"ts_code": "000799.SZ",
"period": "20191231"
},
"fields": [
"ts_code",
"total_share",
"cap_rese",
"undistr_porfit",
"money_cap",
"accounts_receiv",
"inventories",
"total_cur_assets",
"lt_eqt_invest",
"lt_rec",
"fix_assets",
"r_and_d",
"goodwill",
"total_nca",
"total_assets",
"lt_borr",
"st_borr",
"acct_payable",
"adv_receipts",
"total_cur_liab",
"total_ncl",
"total_liab",
"total_hldr_eqy_exc_min_int",
"total_hldr_eqy_inc_min_int",
"total_liab_hldr_eqy",
"acc_receivable",
"payables",
"accounts_receiv_bill",
"accounts_pay",
"oth_rcv_total",
"fix_assets_total"
"acc_receivable"
]
}