md
This commit is contained in:
parent
0284adb180
commit
40add2a803
@ -240,7 +240,7 @@ isOfferInvoiceDetail String N 1 是否需要提供明细 Y-提供,N-不提供
|
||||
log.error("===>queryInvoiceResult=POST=>{}",jObjPost.toJSONString());
|
||||
HttpResponse response = HttpUtil.createPost(url).header("Authorization", token).body(jObjPost.toJSONString()).execute();
|
||||
String result = response.body();
|
||||
log.error("===>queryInvoiceResult==RES==>{}",jObjPost.toJSONString());
|
||||
log.error("===>queryInvoiceResult==RES==>{}",result);
|
||||
JSONObject jRstObj = JSONObject.parseObject(result);
|
||||
return jRstObj;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user