|
@@ -95,7 +95,7 @@
|
|
const AuthorizationForm = ref({
|
|
const AuthorizationForm = ref({
|
|
storeName: '',
|
|
storeName: '',
|
|
platformAccount: '',
|
|
platformAccount: '',
|
|
- region: 'https://sellingpartnerapi-na.amazon.com',
|
|
|
|
|
|
+ region: 'https://sellercentral.amazon.com',
|
|
site: ['美国', '加拿大', '墨西哥', '巴西'],
|
|
site: ['美国', '加拿大', '墨西哥', '巴西'],
|
|
storeType: '1',
|
|
storeType: '1',
|
|
storeModel: ['1'],
|
|
storeModel: ['1'],
|
|
@@ -161,7 +161,6 @@
|
|
site: AuthorizationForm.value.site.join(','),
|
|
site: AuthorizationForm.value.site.join(','),
|
|
storeModel: AuthorizationForm.value.storeModel.join(','),
|
|
storeModel: AuthorizationForm.value.storeModel.join(','),
|
|
};
|
|
};
|
|
-
|
|
|
|
const response = await axios.post('https://apisaas.raycos.net/erp/store/add', formData, {
|
|
const response = await axios.post('https://apisaas.raycos.net/erp/store/add', formData, {
|
|
headers: {
|
|
headers: {
|
|
'Content-Type': 'application/json',
|
|
'Content-Type': 'application/json',
|