发送订阅消息增加token

This commit is contained in:
谭凯凯
2024-10-21 11:06:11 +08:00
committed by Tankaikai
parent 7425f0a4d5
commit af1d4faa03
3 changed files with 11 additions and 2 deletions

View File

@@ -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);