Commit 51e30f4b authored by 5359's avatar 5359

获取支付二维码接口代码调整

parent b846c240
......@@ -257,7 +257,8 @@ public class HclcCmbPolyServiceImpl implements HclcCmbPolyService {
bizContent = JSONObject.parseObject(response.get("biz_content").toString());
result.put(Constants.RESP_CODE, response.get("returnCode"));
result.put(Constants.RESP_MSG, "请求成功");
result.put("qrcode", bizContent.getString("qrCode"));
//测试环境处理,生产需要还原
result.put("qrcode", bizContent.getString("qrCode").replace("https://qr.95516.com/","http://payment-uat.cs.cmburl.cn/"));
result.put("cmborderid", bizContent.getString("cmbOrderId"));
result.put("txnTime", bizContent.getString("txnTime"));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment