eoss-mobiles 0.1.52 → 0.1.54

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/lib/checkbox.js CHANGED
@@ -1663,7 +1663,7 @@ http.interceptors.request.use(function (config) {
1663
1663
  Object.assign(data, config.data);
1664
1664
  config.data = external_qs_default.a.stringify(data);
1665
1665
  } else {
1666
- config.headers['Content-Type'] = 'application/x-www-form-urlencoded';
1666
+ config.headers['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8';
1667
1667
  Object.assign(data, config.data);
1668
1668
  config.data = external_qs_default.a.stringify(data);
1669
1669
  }