daisc
Results
2
issues of
daisc
When i set api operations->params type-> array . The Ui notice me `Could not render this component, see the console.` ? So, it's means params type is not support `array`?.
**The request header from others** **The Api description** ``` type DeviceInfo { DevName string `json:"dev_name"` //设备名称 Ip string `json:"ip"` //设备ip Sn string `json:"sn"` //设备序号 } ``` **Expected behavior** In this...
stale