|
@@ -388,7 +388,6 @@ public class KwaixiaodianOrderCursorListServiceImpl implements IKwaixiaodianOrde
|
|
|
|
|
|
@Override
|
|
|
public void afterSales(JSONObject eventJSon) {
|
|
|
- log.info("测试----报文:{}", eventJSon);
|
|
|
try {
|
|
|
JSONObject info = eventJSon.getJSONObject("info");
|
|
|
String openId = eventJSon.getString("openId");
|
|
@@ -396,11 +395,9 @@ public class KwaixiaodianOrderCursorListServiceImpl implements IKwaixiaodianOrde
|
|
|
String type = eventJSon.getString("event");
|
|
|
//售后单新增消息
|
|
|
if ("kwaishop_aftersales_addRefund".equals(type)) {
|
|
|
- log.info("测试---- add");
|
|
|
aftersalesAddRefund(info, openId);
|
|
|
//售后单更新消息
|
|
|
} else if ("kwaishop_aftersales_updateRefund".equals(type)) {
|
|
|
- log.info("测试---- update");
|
|
|
aftersalesUpdateRefund(info);
|
|
|
}
|
|
|
}
|