Commit cac1be027e501fbe4682a08a9c9fbc3ce5a33d6c

Authored by ww
1 parent 52661c2c

fix: 修复服务命令同步为双向异步为单向

@@ -16054,7 +16054,7 @@ class HandleDataInteraction { @@ -16054,7 +16054,7 @@ class HandleDataInteraction {
16054 : value 16054 : value
16055 16055
16056 if (service) { 16056 if (service) {
16057 - way = callType === 'ASYNC' ? 'twoway' : 'oneway' 16057 + way = callType === 'ASYNC' ? 'oneway' : 'twoway'
16058 } 16058 }
16059 const instructionData = { 16059 const instructionData = {
16060 method: "methodThingskit", 16060 method: "methodThingskit",