|
|
|
@@ -650,7 +650,7 @@ public class TtMerchantPoiServiceImpl implements TtMerchantPoiService { |
|
|
|
JsonArray notificationArray = new JsonArray(); |
|
|
|
// for ( : ) { |
|
|
|
JsonObject contentObject = new JsonObject(); |
|
|
|
contentObject.addProperty("title","使用须知");//标题 |
|
|
|
contentObject.addProperty("title","");//标题 |
|
|
|
contentObject.addProperty("content",coupon.getRemark());//内容 |
|
|
|
notificationArray.add(contentObject); |
|
|
|
// } |
|
|
|
|