|
@@ -652,7 +652,7 @@ public class TJoinpayMchServiceImpl extends ServiceImpl<TJoinpayMchMapper, TJoin
|
|
try {
|
|
try {
|
|
|
|
|
|
jsonObject = HttpClientUtils.postJson(url, requestJson.toString());
|
|
jsonObject = HttpClientUtils.postJson(url, requestJson.toString());
|
|
- log.info("查询余额返回数据:{}", jsonObject);
|
|
|
|
|
|
+// log.info("查询余额返回数据:{}", jsonObject);
|
|
|
|
|
|
// 判断请求是否正确,受理成功
|
|
// 判断请求是否正确,受理成功
|
|
if (jsonObject.has("resp_code")) {
|
|
if (jsonObject.has("resp_code")) {
|
|
@@ -709,12 +709,12 @@ public class TJoinpayMchServiceImpl extends ServiceImpl<TJoinpayMchMapper, TJoin
|
|
requestJson.put("mch_no", JoinpayConstant.mch_no);
|
|
requestJson.put("mch_no", JoinpayConstant.mch_no);
|
|
String sign = createMD5Sign(requestJson, JoinpayConstant.key);
|
|
String sign = createMD5Sign(requestJson, JoinpayConstant.key);
|
|
requestJson.put("sign", sign.toUpperCase());
|
|
requestJson.put("sign", sign.toUpperCase());
|
|
- log.info("提现参数:{}", requestJson);
|
|
|
|
|
|
+// log.info("提现参数:{}", requestJson);
|
|
|
|
|
|
org.json.JSONObject jsonObject;
|
|
org.json.JSONObject jsonObject;
|
|
try {
|
|
try {
|
|
jsonObject = HttpClientUtils.postJson(url, requestJson.toString());
|
|
jsonObject = HttpClientUtils.postJson(url, requestJson.toString());
|
|
- log.info("提现结果:{}", jsonObject);
|
|
|
|
|
|
+// log.info("提现结果:{}", jsonObject);
|
|
// 判断请求是否正确,受理成功
|
|
// 判断请求是否正确,受理成功
|
|
if(jsonObject.has("resp_code")){
|
|
if(jsonObject.has("resp_code")){
|
|
String respCode = jsonObject.getString("resp_code");
|
|
String respCode = jsonObject.getString("resp_code");
|
|
@@ -854,12 +854,12 @@ public class TJoinpayMchServiceImpl extends ServiceImpl<TJoinpayMchMapper, TJoin
|
|
requestJson.put("mch_no", JoinpayConstant.mch_no);
|
|
requestJson.put("mch_no", JoinpayConstant.mch_no);
|
|
String sign = createMD5Sign(requestJson, JoinpayConstant.key);
|
|
String sign = createMD5Sign(requestJson, JoinpayConstant.key);
|
|
requestJson.put("sign", sign.toUpperCase());
|
|
requestJson.put("sign", sign.toUpperCase());
|
|
- log.info("提现参数:{}", requestJson);
|
|
|
|
|
|
+// log.info("提现参数:{}", requestJson);
|
|
|
|
|
|
org.json.JSONObject jsonObject;
|
|
org.json.JSONObject jsonObject;
|
|
try {
|
|
try {
|
|
jsonObject = HttpClientUtils.postJson(url, requestJson.toString());
|
|
jsonObject = HttpClientUtils.postJson(url, requestJson.toString());
|
|
- log.info("提现结果:{}", jsonObject);
|
|
|
|
|
|
+// log.info("提现结果:{}", jsonObject);
|
|
// 判断请求是否正确,受理成功
|
|
// 判断请求是否正确,受理成功
|
|
if(jsonObject.has("resp_code")){
|
|
if(jsonObject.has("resp_code")){
|
|
String respCode = jsonObject.getString("resp_code");
|
|
String respCode = jsonObject.getString("resp_code");
|