|
@@ -307,6 +307,10 @@ public class InBoxFacade { |
|
@@ -307,6 +307,10 @@ public class InBoxFacade { |
307
|
logger.info("record noticeBuyerWhenSellerCancelAfterPaid inbox msg, buyerUid {}, orderCode {},prdName {} resp {}",
|
307
|
logger.info("record noticeBuyerWhenSellerCancelAfterPaid inbox msg, buyerUid {}, orderCode {},prdName {} resp {}",
|
308
|
buyerUid, orderCode, prdName,resp);
|
308
|
buyerUid, orderCode, prdName,resp);
|
309
|
|
309
|
|
|
|
310
|
+ //发push
|
|
|
311
|
+ SendMessageRspBo bo = ufoSendService.sellerCancelTrade(String.valueOf(buyerUid),String.valueOf(orderCode));
|
|
|
312
|
+ logger.info("record noticeBuyerWhenSellerCancelAfterPaid push buyer uid is {}, orderCode is {}, result is {}", buyerUid, orderCode, JSON.toJSONString(bo));
|
|
|
313
|
+
|
310
|
//短信
|
314
|
//短信
|
311
|
String phone = userProxyService.getMobile(buyerUid);
|
315
|
String phone = userProxyService.getMobile(buyerUid);
|
312
|
if (StringUtils.isBlank(phone)){
|
316
|
if (StringUtils.isBlank(phone)){
|
|
@@ -425,6 +429,11 @@ public class InBoxFacade { |
|
@@ -425,6 +429,11 @@ public class InBoxFacade { |
425
|
logger.info("record noticeBuyerWhenQualityCheckNotPass inbox msg, buyerUid {}, orderCode {},prdName {} resp {}",
|
429
|
logger.info("record noticeBuyerWhenQualityCheckNotPass inbox msg, buyerUid {}, orderCode {},prdName {} resp {}",
|
426
|
buyerUid, orderCode,prdName, resp);
|
430
|
buyerUid, orderCode,prdName, resp);
|
427
|
|
431
|
|
|
|
432
|
+ //发push
|
|
|
433
|
+ SendMessageRspBo bo = ufoSendService.platformNotPass(String.valueOf(buyerUid),String.valueOf(orderCode));
|
|
|
434
|
+ logger.info("record noticeBuyerWhenQualityCheckNotPass push buyer uid is {}, orderCode is {}, result is {}", buyerUid, orderCode, JSON.toJSONString(bo));
|
|
|
435
|
+
|
|
|
436
|
+
|
428
|
//短信
|
437
|
//短信
|
429
|
String phone = userProxyService.getMobile(buyerUid);
|
438
|
String phone = userProxyService.getMobile(buyerUid);
|
430
|
if (StringUtils.isBlank(phone)){
|
439
|
if (StringUtils.isBlank(phone)){
|