Commit bb674e81 authored by linruibiao's avatar linruibiao

接口编写

parent 82414d64
......@@ -3,7 +3,7 @@ spring:
name: slm-bi
profiles:
active:
- dev
- local
freemarker:
cache: false
template-loader-path: classpath:/templates/ftl/
......@@ -60,4 +60,4 @@ dc_client:
businessFiledData : /{appId}/business/filed
variableHistoryDataList: /{appId}/variables/history?deviceId={deviceId}&endTime={endTime}&startTime={startTime}&statisticsType={statisticsType}&variableCode={variableCode}&variableId={variableId}&x={x}&format={format}
variableRealTimeDataList: /{appId}/variables/real-time?deviceId={deviceId}&endTime={endTime}&startTime={startTime}&variableCode={variableCode}&variableId={variableId}&format={format}
filedValue : /{appId}/business/filed-value/{tableName}/{filed}?current={current}&size={size}&name={name}
\ No newline at end of file
filedValue : /{appId}/business/{tableName}/{filed}/filed-value?current={current}&size={size}&name={name} #/{appId}/business/{tableName}/{filed}/filed-value?current={current}&size={size}&name={name}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment