@@ -125,3 +125,10 @@ export function updateIsShow(productIds) {
})
}
+export function qualifications() {
+ return request({
+ url: '/store/store/storeProduct/productNoticeInfo',
+ method: 'get'
+ })
+}
+