TASK: 试用用户添加测试;
This commit is contained in:
@@ -207,6 +207,7 @@ public class SendEmailUtil {
|
||||
private static String buildNotificationData(TrialOrder trialOrder) {
|
||||
JSONObject jsonObject = new JSONObject();
|
||||
// 设置试用订单通过通知相关数据
|
||||
jsonObject.put("title", trialOrder.getTitle());
|
||||
jsonObject.put("surname", trialOrder.getSurname());
|
||||
jsonObject.put("givenName", trialOrder.getGivenName());
|
||||
jsonObject.put("userName", trialOrder.getUserName());
|
||||
|
||||
Reference in New Issue
Block a user