如何在pop测试公告,不显示在正式线,勿删

1. 将文章加上唯一标签: test 注意,不允许添加其他正式标签(注1)!

2.发布

3.只能在测试线查看,us.popcustoms.cn

4.清理测试线缓存(注2),查看公告


5. 测试没问题后,删除test标签,替换成正常的标签中的一个。

注1: 正常标签: new_products,new_functions,shipping,promotions,others

注2: 如何清理测试线缓存:

网页-更多工具-开发者工具-console

fetch(new Request(‘https://ius.popcustoms.cn/api/v1/articles/refresh’,{
method:’POST’,
headers: {‘Accept’: ‘application/json’}
})).then((resp)=>{console.log(resp)})

输入后直接按回车