From a71c11ecf0a251519b66acff9adedf223edca89d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 13 Jul 2026 13:38:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20new=5Fdata=5Furl=E4=BB=8Eeditable?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E5=88=B0params=E9=A1=B6=E5=B1=82=EF=BC=8Cxls?= =?UTF-8?q?2ddl=E6=A8=A1=E6=9D=BF=E4=B8=8D=E8=AE=A4=E5=B5=8C=E5=A5=97edita?= =?UTF-8?q?ble?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/discount_marketing_list.json | 8 +++----- json/discount_promo_code_list.json | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/json/discount_marketing_list.json b/json/discount_marketing_list.json index f9c989b..117ada9 100644 --- a/json/discount_marketing_list.json +++ b/json/discount_marketing_list.json @@ -54,11 +54,9 @@ } } ], - "editable": { - "new_data_url": "{{entire_url('../api/marketing_create.dspy')}}", - "update_data_url": "{{entire_url('../api/marketing_update.dspy')}}", - "delete_data_url": "{{entire_url('../api/marketing_delete.dspy')}}" - }, + "new_data_url": "{{entire_url('/discount/api/marketing_create.dspy')}}", + "update_data_url": "{{entire_url('/discount/api/marketing_update.dspy')}}", + "delete_data_url": "{{entire_url('/discount/api/marketing_delete.dspy')}}", "logined_userorgid": "resellerid" } } \ No newline at end of file diff --git a/json/discount_promo_code_list.json b/json/discount_promo_code_list.json index eab9cbd..a7c2fb0 100644 --- a/json/discount_promo_code_list.json +++ b/json/discount_promo_code_list.json @@ -55,11 +55,9 @@ } } ], - "editable": { - "new_data_url": "{{entire_url('../api/promo_code_create.dspy')}}", - "update_data_url": "{{entire_url('../api/promo_code_update.dspy')}}", - "delete_data_url": "{{entire_url('../api/promo_code_delete.dspy')}}" - }, + "new_data_url": "{{entire_url('/discount/api/promo_code_create.dspy')}}", + "update_data_url": "{{entire_url('/discount/api/promo_code_update.dspy')}}", + "delete_data_url": "{{entire_url('/discount/api/promo_code_delete.dspy')}}", "logined_userorgid": "resellerid" } } \ No newline at end of file