global without sharing class NFM702WebService { webservice static String sendToOBPM(String iflog_Id, List contactids){ NFM702Controller.callout(iflog_Id, contactids); return '上传OBPM成功!'; } }