feat:无ISBN syncBook增加cai_id字段,传递图书分类路径
This commit is contained in:
parent
0f0d5d369d
commit
44b863fc8f
@ -2277,6 +2277,11 @@ export default {
|
|||||||
word_count: this.noIsbnWordCount || '',
|
word_count: this.noIsbnWordCount || '',
|
||||||
book_format: '',
|
book_format: '',
|
||||||
'live_image[]': imageUrls.join(','),
|
'live_image[]': imageUrls.join(','),
|
||||||
|
cai_id: JSON.stringify({
|
||||||
|
xian_yu_cat_id: '',
|
||||||
|
kong_fu_zi_cat_id: (this.noIsbnCategoryPathText || '').replace(/ \/ /g, '/'),
|
||||||
|
pin_duo_duo_cat_id: ''
|
||||||
|
}),
|
||||||
timestamp: timestamp,
|
timestamp: timestamp,
|
||||||
sign_method: 'md5'
|
sign_method: 'md5'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user