Commit 69d7caa3 by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 3cc6d0aa e6440823
......@@ -141,6 +141,8 @@ class Zzzd extends WEBBase {
return system.getResult(null, `系统错误`);
}
break;
case "uploadBusiness":
return system.getResultSuccess();
default:
opResult = system.getResult(null, "action_type参数错误");
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