Ryuiso 1 year ago
parent
commit
b98e34210d

+ 1 - 1
Backend/cloud-sdk/src/main/java/com/dji/sdk/cloudapi/wayline/WaylineErrorCodeEnum.java

@@ -277,7 +277,7 @@ public enum WaylineErrorCodeEnum implements IServicesErrorCode, IEventsErrorCode
 
     EMPTY_ACTION_LAYER(322594, "The layer of action tree can not be empty."),
 
-    WRONG_TASK(386535, "Task error. Try again later or restart dock and try again."),
+    WRONG_TASK(386535, "航线执行异常,请稍后重试或重启机场后重试"),
 
     SET_MEDIA_PRIORITY_FAILED(324030, "因机场网络异常、飞行器图传链路异常等原因,媒体文件暂时无法上传或文件已上传但云端读取失败"),