调试面板
工控机上报板块增加Result和Action的中文说明
This commit is contained in:
@@ -47,7 +47,7 @@ public class MogoReport {
|
||||
}
|
||||
|
||||
|
||||
public String getDesc(String resultCode) {
|
||||
public static String getDesc(String resultCode) {
|
||||
switch (resultCode) {
|
||||
case RESULT_AUTOPILOT_DISABLE:
|
||||
return AUTOPILOT_DISABLE.desc;
|
||||
@@ -114,7 +114,7 @@ public class MogoReport {
|
||||
}
|
||||
|
||||
|
||||
public String getDesc(String actionCode) {
|
||||
public static String getDesc(String actionCode) {
|
||||
switch (actionCode) {
|
||||
case ACTION_CONTACT_TECH_SUPPORT:
|
||||
return CONTACT_TECH_SUPPORT.desc;
|
||||
|
||||
Reference in New Issue
Block a user