当前位置: 首页 > 工具软件 > JFinal OA > 使用案例 >

泛微OA调用其它系统接口

堵宪
2023-12-01

package weaver.interfaces.workflow.scm;

import org.apache.commons.httpclient.methods.PostMethod;
import org.apache.commons.lang.StringEscapeUtils;
import org.json.JSONArray;
import org.json.JSONObject;

import weaver.conn.RecordSet;
import weaver.general.BaseBean;
import weaver.general.Util;
import weaver.interfaces.workflow.action.Action;
import weaver.soa.workflow.request.RequestInfo;
import weaver.workflow.request.RequestManager;

import com.weavernorth.util.LogUtil;
import com.weavernorth.util.SignOrderUtil;
/*SCM&OA*/ 

public class ShippingApplication implements Action{ //必须实现的接口

    private static final String targetURL = "其他系统调用地址";
    
     //查询流程主表数据
     private RecordSet mainRs = new RecordSet();

 类似资料: