isdata-customer-sdk 0.1.82 → 0.1.83

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.
@@ -32307,11 +32307,7 @@ 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(
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);
32310
+ result = await request.post(`/system/authority/loginAccount4Application?authPicCode=${data.imageCode}&dataappId=${appid}&mobileOrWeb=web`, data);
32315
32311
  response = JSON.parse(result.request.response);
32316
32312
  code = response.code;
32317
32313
  //登录平台成功