发送订阅消息增加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

@@ -20,4 +20,6 @@ public class PayDTO {
private Double discount;
private Integer vipUserId;
private String code;
private String token;
}