发送订阅消息增加token
This commit is contained in:
@@ -1602,7 +1602,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
||||
.set(TbOrderDetail::getStatus, "closed"));
|
||||
|
||||
JSONObject jsonObject = new JSONObject();
|
||||
jsonObject.put("token", null);
|
||||
jsonObject.put("token", payDTO.getToken());
|
||||
jsonObject.put("type", "create");
|
||||
jsonObject.put("orderId", orderInfo.getId());
|
||||
rabbitMsgUtils.sendOrderCollectMsg(jsonObject,3);
|
||||
|
||||
Reference in New Issue
Block a user