mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 21:20:28 +00:00
feat: 🎸 urlParams 类型的数据源不需要 options, 所以 options 改成可选为好
This commit is contained in:
parent
487f54d2d4
commit
8114c6f050
@ -10,7 +10,7 @@ export interface DataSourceConfig {
|
||||
type: string;
|
||||
requestHandler?: JSFunction;
|
||||
dataHandler?: JSFunction;
|
||||
options: {
|
||||
options?: {
|
||||
uri: string | JSExpression;
|
||||
params?: JSONObject | JSExpression;
|
||||
method?: string | JSExpression;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user