mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 21:21:21 +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', {
|
||||
method: 'POST',
|
||||
body: JSON.stringify({
|
||||
PostBody: {
|
||||
limit: 10,
|
||||
structure: {
|
||||
_id: 1,
|
||||
name: 1,
|
||||
code: 1,
|
||||
},
|
||||
},
|
||||
}),
|
||||
}),
|
||||
// config.storeApiFetch('/v2/trademarks', {
|
||||
// method: 'POST',
|
||||
// body: JSON.stringify({
|
||||
// PostBody: {
|
||||
// limit: 10,
|
||||
// structure: {
|
||||
// _id: 1,
|
||||
// name: 1,
|
||||
// code: 1,
|
||||
// },
|
||||
// },
|
||||
// }),
|
||||
// }),
|
||||
])
|
||||
|
||||
const categories = p1.datas
|
||||
|
Loading…
x
Reference in New Issue
Block a user