李彤
2022-05-06 69dcab53d2030b13c3d8cd9f7069c9d3bfb45fef
1
angular.module("alSfdcService",[]).factory("sfdcService",["$log",function(a){function b(b,c,d,e,f,g){var h={apexType:"AL_MobileApp_Controller.CreateAttachmentRequest",id:b,photo:c.data.split(",")[1],fname:c.name,contentType:c.type,photoType:d,ms:e.getTime()};a.info(h.photo.length),Visualforce.remoting.Manager.invokeAction("AL_MobileApp_Controller.createAttachment",h,function(a,b){b.status?f(a):g(b)},{buffer:!1,escape:!1,timeout:12e4})}return{createAttachment:b}}]);