|
@@ -386,7 +386,7 @@ public class WxController extends BaseController {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
private JSONObject placeH5WxOrder(WxOrder order, String goodsName) throws Exception {
|
|
|
- HttpPost httpPost = initHttpPost(wxpayConfig.getV3JsUrl());
|
|
|
+ HttpPost httpPost = initHttpPost(wxpayConfig.getV3H5Url());
|
|
|
ByteArrayOutputStream bos = new ByteArrayOutputStream();
|
|
|
ObjectMapper objectMapper = new ObjectMapper();
|
|
|
ObjectNode rootNode = objectMapper.createObjectNode();
|