Commit e6eeb467 authored by liudong1993's avatar liudong1993
parents 7cab95d8 cb23c478
......@@ -422,7 +422,7 @@ namespace Mall.Module.Miai
var categoryModel = assess_CategoryRepository.GetEntity(goodsModel.CategoryId);
var brandModel = assess_BrandRepository.GetEntity(goodsModel.BrandId);
string Title = categoryModel.Name + "-" + brandModel.Name;
string Remark = "您好,您的商品估价已完成、点击可查看估价详情。";
string Remark = "您的商品估价已完成、点击可查看详情";
//推送订阅消息
appletWeChatModule.SendAssessSucceedMsg(userInfo.TenantId, userInfo.MallBaseId, umodel.OpenId, Title, DateTime.Now.ToString("yyyy-MM-dd HH:mm"), Remark);
}
......
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