fix: change udmuser static_ip to true optional

This commit is contained in:
2023-12-20 14:19:41 +08:00
parent de7b8c4bf1
commit 519e0ee4f9

View File

@@ -211,8 +211,7 @@ udm:
comment: ""
- name: "static_ip"
type: "string"
value: "-"
optional: "false"
optional: "true"
filter: ""
display: "4G Static IP"
comment: "Specify mobile phone static IP address, and '-' indicates the use of dynamic IP address"
@@ -452,8 +451,7 @@ udm:
comment: ""
- name: "static_ip"
type: "string"
value: "-"
optional: "false"
optional: "true"
filter: ""
display: "4G Static IP"
comment: "Specify mobile phone static IP address, and '-' indicates the use of dynamic IP address"