Authored by 黄高仁

Merge branch 'feature/change-email-20211102' into 'master'

更改商品出售限制文案邮箱

更改商品出售限制文案邮箱

See merge request !6
@@ -87,7 +87,7 @@ public class ProductController { @@ -87,7 +87,7 @@ public class ProductController {
87 @Autowired 87 @Autowired
88 private StoragePriceService storagePriceService; 88 private StoragePriceService storagePriceService;
89 89
90 - private static final String LIMIT_PRODUCT_TIP = "很抱歉通知您,您现在还不具备销售此商品的资质。我们需要您提供完整的商品来源凭证,诸如购买单据、发票等,确保您的货源稳定可靠,请将以上资料、联系手机等相关信息通过邮箱发送至edison.tan@yoho.cn,我们的工作人员审核通过后会联系您并为您添加出售资质权限,谢谢!"; 90 + private static final String LIMIT_PRODUCT_TIP = "很抱歉通知您,您现在还不具备销售此商品的资质。我们需要您提供完整的商品来源凭证,诸如购买单据、发票等,确保您的货源稳定可靠,请将以上资料、联系手机等相关信息通过邮箱发送至shunming.zhang@yoho.cn,我们的工作人员审核通过后会联系您并为您添加出售资质权限,谢谢!";
91 91
92 @ApiOperation(name = "ufo.product.data", desc = "商品详情") 92 @ApiOperation(name = "ufo.product.data", desc = "商品详情")
93 @IgnoreSession 93 @IgnoreSession