@@ -1535,7 +1535,7 @@ public class WxCouponServiceImpl implements WxCouponService {
}
Long makeMerchantId = coupon.getMakeMerchantId();
//
StringBuffer merchantParams = new StringBuffer("{\"tenantId\":").append(mallTenantEntity.getTenantId()).append(",\"mallMerchantParams\":").append("[");
StringBuffer merchantParams = new StringBuffer("[{\"tenantId\":").append(mallTenantEntity.getTenantId()).append(",\"mallMerchantParams\":").append("[");