Authored by DengXinFei

添加修改记录的注视 --modify by xinfei

... ... @@ -11,7 +11,7 @@
<!--
版本自2018-08-07开始从1.0.0版本开始,依次递增。
1、添加拼团成功模版 2018-08-07 ADD BY XINEI 版本 1.0.0
-->
<groupId>com.yoho.dsf</groupId>
<artifactId>yoho-message-sdk</artifactId>
... ...
... ... @@ -14,6 +14,7 @@ import org.springframework.stereotype.Service;
* 有货有赚项目发送消息汇总
*
* @Author Created by min.ling on 2018/8/3.
* @Author 修改发送场景的请求参数以匹配消息模板的内容 modify by xinfei 2018-08-08
*/
@Service
public class SendProductMessageImpl extends AbstractSendMessage implements ISendProductMessage {
... ...