mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 05:31:22 +00:00
fix: comment trademark api request
This commit is contained in:
parent
164db10e08
commit
472177cc04
@ -43,19 +43,19 @@ async function getSiteInfo({
|
|||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
config.storeApiFetch('/v2/trademarks', {
|
// config.storeApiFetch('/v2/trademarks', {
|
||||||
method: 'POST',
|
// method: 'POST',
|
||||||
body: JSON.stringify({
|
// body: JSON.stringify({
|
||||||
PostBody: {
|
// PostBody: {
|
||||||
limit: 10,
|
// limit: 10,
|
||||||
structure: {
|
// structure: {
|
||||||
_id: 1,
|
// _id: 1,
|
||||||
name: 1,
|
// name: 1,
|
||||||
code: 1,
|
// code: 1,
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
}),
|
// }),
|
||||||
}),
|
// }),
|
||||||
])
|
])
|
||||||
|
|
||||||
const categories = p1.datas
|
const categories = p1.datas
|
||||||
|
Loading…
x
Reference in New Issue
Block a user