isdata-customer-sdk 0.1.81 → 0.1.82
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.
package/dist/index.common.js
CHANGED
|
@@ -32307,7 +32307,11 @@ const loginAccount = async (data, appid) => {
|
|
|
32307
32307
|
if (key_code == data.password) {
|
|
32308
32308
|
pwd_code = window.appSdk.Encrypt(pwd_code);
|
|
32309
32309
|
data.password = pwd_code;
|
|
32310
|
-
result = await request.post(
|
|
32310
|
+
// result = await request.post(
|
|
32311
|
+
// `/system/authority/loginAccount4Application?authPicCode=${data.imageCode}&dataappId=${appid}&mobileOrWeb=web`,
|
|
32312
|
+
// data
|
|
32313
|
+
// );
|
|
32314
|
+
result = await request.post(`/system/authority/loginAccount4Application?dataappId=${appid}&mobileOrWeb=web`, data);
|
|
32311
32315
|
response = JSON.parse(result.request.response);
|
|
32312
32316
|
code = response.code;
|
|
32313
32317
|
//登录平台成功
|