Commit 2d21e9b2 by guojuxing

初始化会员卡的短信模板接口定义

parent 3c1f996e
......@@ -260,10 +260,11 @@ public class EnterpriseController {
* @Description:

* @author guojuxing
* @param enterpriseId

* @param memberCardIds
* @return com.gic.commons.webapi.reponse.RestResponse


*/
@RequestMapping("/init-member-card-sms-template")
public RestResponse initMemberCardSmsTemplate(Integer enterpriseId) {
public RestResponse initMemberCardSmsTemplate(Integer enterpriseId, String memberCardIds) {
//todo
return RestResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "初始化会员模板还未开发完毕");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment