fix: 产品测试

This commit is contained in:
steven
2022-11-30 10:21:13 +08:00
parent 1e1cb51744
commit 0e212b47ac
2 changed files with 24 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
import request from '@/utils/request'
/* 同步数据 */
export function syncProductTest(sn) {
return request({
url: `/console/surveys/${sn}/sync_product_test`,
method: 'POST',
})
}