黄千龙
2023-03-08 ca1c0956ec5d16a44bd0a2c10e0e49db37c0fb32
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}}]);