Brother, please help me take a look at this java2php.

Is the header they talk about the same as the header using curl? … URL httpUrl = new URL(billing_url); HttpURLConnection http = (HttpURLConnection)httpUrl.openConnection(); http.setRequestProperty(“opcode”, String.valueOf(opcode)); //Header http.setRequestProperty(“appkey”,appkey); //Header http.setRequestProperty(“sign”, sign); //Header http.setRequestProperty(“tag”, String.valueOf(tag)); //Header http.setRequestProperty(“channelId”,String.valueOf(channelId)); //Header http.setConnectTimeout(3000); http.setRequestMethod(“POST”); //post method http.setDoInput(true); http.setDoOutput(true); PrintWriter out = new PrintWriter(http.getOutputStream()); out.print(“data=”+data); //Pay attention to the data transmission method out.flush(); … This question has been closed for: Reply content: Is the header they are talking about the same as the header using curl? … URL httpUrl = new URL(billing_url); HttpURLConnection http = (HttpURLConnection)httpUrl.openConnection(); http.setRequestProperty(“opcode”, String.valueOf(opcode)); //Header http.setRequestProperty(“appkey”,appkey); //Header http.setRequestProperty(“sign”, sign); //Header http.setRequestProperty(“tag”, String.valueOf(tag)); //Header http.setRequestProperty(“channelId”,String.valueOf(channelId)); //Header http.setConnectTimeout(3000); http.setRequestMethod(“POST”); //post method http.setDoInput(true); http.setDoOutput(true); PrintWriter out = new PrintWriter(http.getOutputStream()); out.print(“data=”+data); //Pay attention to the data transmission method out.flush(); …

Brother, please help me take a look at this java2php.

Is the header they talk about the same as the header using curl? … URL httpUrl = new URL(billing_url); HttpURLConnection http = (HttpURLConnection)httpUrl.openConnection(); http.setRequestProperty(“opcode”, String.valueOf(opcode)); //Header http.setRequestProperty(“appkey”,appkey); //Header http.setRequestProperty(“sign”, sign); //Header http.setRequestProperty(“tag”, String.valueOf(tag)); //Header http.setRequestProperty(“channelId”,String.valueOf(channelId)); //Header http.setConnectTimeout(3000); http.setRequestMethod(“POST”); //post method http.setDoInput(true); http.setDoOutput(true); PrintWriter out = new PrintWriter(http.getOutputStream()); out.print(“data=”+data); //Pay attention to the data transmission method out.flush(); … This question has been closed for: Reply content: Is the header they are talking about the same as the header using curl? … URL httpUrl = new URL(billing_url); HttpURLConnection http = (HttpURLConnection)httpUrl.openConnection(); http.setRequestProperty(“opcode”, String.valueOf(opcode)); //Header http.setRequestProperty(“appkey”,appkey); //Header http.setRequestProperty(“sign”, sign); //Header http.setRequestProperty(“tag”, String.valueOf(tag)); //Header http.setRequestProperty(“channelId”,String.valueOf(channelId)); //Header http.setConnectTimeout(3000); http.setRequestMethod(“POST”); //post method http.setDoInput(true); http.setDoOutput(true); PrintWriter out = new PrintWriter(http.getOutputStream()); out.print(“data=”+data); //Pay attention to the data transmission method out.flush(); …

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: 34331943@QQ.com

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索