|
|
|
@ -721,10 +721,10 @@ public class PushInvoiceServiceImpl implements PushInvoiceService { |
|
|
|
|
String data = jsonObject.getString("data"); |
|
|
|
|
if("200".equals(status)){ |
|
|
|
|
//成功
|
|
|
|
|
successPush(id,content,data,pushInfo,pushType); |
|
|
|
|
successPush(id,content,data,pushInfo1,pushType); |
|
|
|
|
}else { |
|
|
|
|
//失败
|
|
|
|
|
failPush(id,content,message,data,pushInfo,pushType); |
|
|
|
|
failPush(id,content,message,data,pushInfo1,pushType); |
|
|
|
|
} |
|
|
|
|
//暂时不保存状态
|
|
|
|
|
} catch (Exception e) { |
|
|
|
|