接口中去获取流水号

public static void sendupdatestate_remark1(String orderid,String billmsg,String outprovid,String state,String remark1){
try{
//util.writeLog("SENDUPDATE",orderid+" | "+billmsg+" | "+state+" | "+outprovid);
HttpClient hc2=new HttpClient();
PostMethod pm2=new PostMethod("http://xxxxxx/allorder/rechbackstate.do");//难的是这里这个.do的里面的东西
pm2.addRequestHeader("Content-type",
"application/x-www-form-urlencoded; charset=GBK");
pm2.addRequestHeader("Connection","close");
   //System.out.println("向rechbackstate发送请求之前....,state:"+state);
      NameValuePair[] nvp2 = {
            new NameValuePair("billid", orderid),
new NameValuePair("billmsg", billmsg),
new NameValuePair("provid",outprovid),
            new NameValuePair("billstate", state),
            new NameValuePair("remark1", remark1)
            };
        pm2.setRequestBody(nvp2);
      hc2.executeMethod(pm2);
pm2.getResponseBodyAsString();
pm2.releaseConnection();
pm2=null;
hc2=null;
}catch (Exception e){
util.writeLog("Up_orderstate_exc",orderid+" : "+e.getMessage());
e.printStackTrace();
}

}


只是比平时的获取我们的订单号又多了一个字段而已

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值