|
|
@@ -112,6 +112,7 @@ public class ERPServiceImpl implements ERPService {
|
|
|
String content =sdk.convertToUtf8(JSONArray.toJSONString(invoiceOrderDTO));
|
|
|
String senid = UUID.randomUUID().toString().replace("-", ""); // 唯一标识,32位随机码,无需修改,保持默认即可
|
|
|
String result = sdk.sendPostSyncRequest(url, senid, appKey, appSecret, token, taxnum, method, content);
|
|
|
+ logger.info("pushInvoiceOrder resultString {}",result);
|
|
|
Map<Object, Object> res=JSONUtil.toMap(result);
|
|
|
System.out.println(result);
|
|
|
Object status=res.get("status");
|