BUGFIX: 返回最新的订阅号

This commit is contained in:
2025-02-06 17:35:35 +08:00
parent d648a79ec4
commit 4c738cc61d
2 changed files with 9 additions and 11 deletions

View File

@@ -1012,7 +1012,7 @@ public class SendEmailUtil {
template.setTemplateID(CREDITS_PURCHASE_MERCHANT);
JSONObject jsonObject = new JSONObject();
// 设置试用订单相关数据
jsonObject.put("userName", username);
jsonObject.put("username", username);
jsonObject.put("quantity", quantity);
jsonObject.put("totalFee", amount);