bh-mobile-sdk
Advanced tools
Comparing version 0.3.12 to 0.3.13
{ | ||
"name": "bh-mobile-sdk", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "wisedu mobile web sdk", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
export let uploadToEMAP = (server, files, config = {}) => { | ||
console.log('mobile_sdk_uploadToEMAP',server,files,config) | ||
let token = config.token | ||
@@ -33,2 +34,3 @@ let scope | ||
BH_MOBILE_SDK.file.uploadToServer(server + '/sys/emapcomponent/file/uploadTempFileAsAttachment.do', files, req, (result) => { | ||
console.log('mobile_sdk_uploadToServer',result) | ||
let error = false | ||
@@ -35,0 +37,0 @@ result.forEach((fileResult) => { |
@@ -0,0 +0,0 @@ /** |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99046
2422