chayns-api 1.0.64 → 1.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -328,7 +328,7 @@ class AppWrapper {
|
|
|
328
328
|
(0, _appCall.default)(callObj);
|
|
329
329
|
},
|
|
330
330
|
login: async (value, callback, closeCallback) => {
|
|
331
|
-
const res = await this.appCall(
|
|
331
|
+
const res = await this.appCall(54, value);
|
|
332
332
|
return {
|
|
333
333
|
loginState: res === null || res === void 0 ? void 0 : res.loginState
|
|
334
334
|
};
|
|
@@ -284,7 +284,7 @@ export class AppWrapper {
|
|
|
284
284
|
invokeAppCall(callObj);
|
|
285
285
|
},
|
|
286
286
|
login: async (value, callback, closeCallback) => {
|
|
287
|
-
const res = await this.appCall(
|
|
287
|
+
const res = await this.appCall(54, value);
|
|
288
288
|
return {
|
|
289
289
|
loginState: res === null || res === void 0 ? void 0 : res.loginState
|
|
290
290
|
};
|