From 44b863fc8f0f8d01b461303e24dc9832950c4b70 Mon Sep 17 00:00:00 2001 From: "97694732@qq.com" Date: Mon, 15 Jun 2026 15:08:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=97=A0ISBN=20syncBook=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?cai=5Fid=E5=AD=97=E6=AE=B5,=E4=BC=A0=E9=80=92=E5=9B=BE=E4=B9=A6?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index b1fb5a7..f853d43 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -2277,6 +2277,11 @@ export default { word_count: this.noIsbnWordCount || '', book_format: '', '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, sign_method: 'md5' }