|
@@ -1591,6 +1591,13 @@ $(function () {
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
+ webSocketInvokeEx: function(req, methodSig, callback) {
|
|
|
+ req.entity = this.entityName;
|
|
|
+ req.class = this.className;
|
|
|
+ req.methodID = methodSig.id;
|
|
|
+ req.signature = methodSig.sig;
|
|
|
+ this.webSocketInvoke(req, callback);
|
|
|
+ },
|
|
|
|
|
|
commCallback : function(ret) {
|
|
|
if("undefined" !== typeof ret.errorCode && ret.errorCode === 0) {
|