Commit e6440823 by linboxuan

zzzd update

parent c076fd96
...@@ -141,6 +141,8 @@ class Zzzd extends WEBBase { ...@@ -141,6 +141,8 @@ class Zzzd extends WEBBase {
return system.getResult(null, `系统错误`); return system.getResult(null, `系统错误`);
} }
break; break;
case "uploadBusiness":
return system.getResultSuccess();
default: default:
opResult = system.getResult(null, "action_type参数错误"); opResult = system.getResult(null, "action_type参数错误");
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment