|
@@ -207,6 +207,12 @@ PatentWorth(params) {
|
|
|
*/
|
|
|
PatentAndProduct(params) {
|
|
|
return axios.post('/v2/products/addNewAssoProductPatent', params)
|
|
|
+ },
|
|
|
+/**
|
|
|
+ * 根据ID获取专利
|
|
|
+ */
|
|
|
+getPatentById(id, params) {
|
|
|
+ return axios.get('/v2/patent/' + id, { params })
|
|
|
},
|
|
|
}
|
|
|
|