fix: 调整中文名

dev
huangfeng 1 year ago
parent f3874a3955
commit 4f994c15b3

@ -43,8 +43,8 @@ public class CmdController extends BaseController {
list.add(new ActionModel(10, "i1_cmd_stop_aging_test", "停止老化测试"));
list.add(new ActionModel(11, "yw_upd_ota", "升级Ota"));
list.add(new ActionModel(12, "del_file", "删除文件"));
list.add(new ActionModel(13, "pull_files", "上传文件"));
list.add(new ActionModel(14, "push_file", "下发文件"));
list.add(new ActionModel(13, "pull_files", "拉取文件"));
list.add(new ActionModel(14, "push_file", "推送文件"));
return ResponseReult.success(list);
}

Loading…
Cancel
Save