e361d2e 커밋에서 exec_xml() 함수의 대체가 잘못 수정된 문제

This commit is contained in:
kkigomi 2024-01-05 04:51:15 +09:00 committed by GitHub
parent 94e2d8e11a
commit 117decebeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -779,7 +779,7 @@ function doCallModuleAction(module, action, target_srl) {
cur_mid : current_mid,
mid : current_mid
};
exec_xml(module + '.' + action, params, completeCallModuleAction);
exec_json(module + '.' + action, params, completeCallModuleAction);
}
function completeCallModuleAction(ret_obj, response_tags) {