|
|
|
@@ -157,6 +157,10 @@ public class AlipayController extends BaseController { |
|
|
|
return new ResultData(Result.ERROR,"backgroundId不能为空"); |
|
|
|
} |
|
|
|
|
|
|
|
if (!StringUtils.isBlank(wxMall.getAlipayMemberTemplateId())) { |
|
|
|
return new ResultData(Result.ERROR,"已经创建过模板,不能重复创建"); |
|
|
|
} |
|
|
|
|
|
|
|
try { |
|
|
|
//不能超过10位 |
|
|
|
String cardName = wxMall.getName(); |
|
|
|
|