fix: ne mml system cmd

This commit is contained in:
2023-11-28 15:37:20 +08:00
parent 1ed15ac50b
commit e6299b0084
6 changed files with 98 additions and 11 deletions

View File

@@ -119,7 +119,7 @@ udm:
- name: "path"
type: "file"
optional: "false"
filter: ""
filter: ".txt"
display: "Path File"
comment: ""
- operation: "export"
@@ -210,11 +210,11 @@ udm:
display: "5G SM Data"
comment: ""
- name: "static_ip"
type: "ipv4"
type: "string"
optional: "false"
filter: ""
display: "4G Static IP"
comment: ""
comment: "Specify mobile phone static IP address, and '-' indicates the use of dynamic IP address"
- name: "context_id"
type: "int"
optional: "true"
@@ -332,11 +332,11 @@ udm:
display: "5G SM Data"
comment: ""
- name: "static_ip"
type: "ipv4"
type: "string"
optional: "true"
filter: ""
display: "4G Static IP"
comment: ""
comment: "Specify mobile phone static IP address, and '-' indicates the use of dynamic IP address"
- name: "context_id"
type: "int"
optional: "true"
@@ -445,16 +445,16 @@ udm:
comment: ""
- name: "sm_data"
type: "string"
optional: "true"
optional: "false"
filter: ""
display: "5G SM Data"
comment: ""
- name: "static_ip"
type: "ipv4"
optional: "true"
type: "string"
optional: "false"
filter: ""
display: "4G Static IP"
comment: ""
comment: "Specify mobile phone static IP address, and '-' indicates the use of dynamic IP address"
- name: "context_id"
type: "int"
optional: "true"
@@ -542,7 +542,7 @@ udm:
- name: "path"
type: "file"
optional: "false"
filter: ""
filter: ".txt"
display: "Path File"
comment: ""
- operation: "upload"
@@ -553,7 +553,7 @@ udm:
- name: "path"
type: "file"
optional: "false"
filter: ""
filter: ".txt"
display: "Path File"
comment: ""
- operation: "export"