FUYU
2023-12-13 4488f711dbc01a8db6753907cae2ef4021dede68
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}}]);