|
@@ -145,7 +145,7 @@ public class WeixinApiController extends ApiController {
|
|
}
|
|
}
|
|
ApiConfigKit.setThreadLocalAppId(appId);
|
|
ApiConfigKit.setThreadLocalAppId(appId);
|
|
WeixinService wService = ServiceFactory.getService(WeixinService.class);
|
|
WeixinService wService = ServiceFactory.getService(WeixinService.class);
|
|
- ApiResult apiResult = wService.sendTemplateMsg(openid, "", pushType);
|
|
|
|
|
|
+ ApiResult apiResult = wService.sendTemplateMsg(openid, content, pushType);
|
|
renderJson(apiResult);
|
|
renderJson(apiResult);
|
|
}
|
|
}
|
|
|
|
|