Commit 93354076 by Sxy

fix: 小 bug

parent 6965e60b
......@@ -395,7 +395,7 @@ class System {
param.actionBody.notifyUrl = obj.notifyUrl;
}
if (obj.headData) {
param.actionBody.headData;
param.actionBody.headData = obj.headData;
}
if (obj.requestId) {
param.requestId = obj.requestId;
......
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