Commit 087d2770 authored by liuzicheng's avatar liuzicheng

初始化项目

parent 50b87e5d
Pipeline #522 canceled with stages
......@@ -36,7 +36,7 @@ public class CommandProxy {
ChannelConfig channelConfig = new ChannelConfig();
channelConfig.setAppId(appId);
this.setLocalContext(requestBody,channelConfig);
return command.doAction();
return command.doAction();
}
public void setLocalContext(String requestBody, ChannelConfig channelConfig) {
......
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