From d53ddf51ccabe1fd83c998d0011cf07f1c6104c2 Mon Sep 17 00:00:00 2001 From: XingQue Date: Sat, 27 Jun 2026 02:54:30 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=AD=A3=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E7=BC=A9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- peizhi/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peizhi/models.py b/peizhi/models.py index 0b5ef19..252879b 100644 --- a/peizhi/models.py +++ b/peizhi/models.py @@ -696,7 +696,7 @@ class XcxSysPeizhi(models.Model): notify_base_url = models.CharField( max_length=300, blank=True, default='https://wenhe.nmslb.com/hqhd', verbose_name='业务回调根URL' ) - # 点单页 /shangpin/shangpinhuoqu 按此值筛选类型/专区/商品的 shenhezhuangtai + # 点单页 /shangpin/shangpinhuoqu 按此值筛选类型/专区/商品的 shenhezhuangtai shangpin_shenhe_mode = models.PositiveSmallIntegerField( default=2, verbose_name='点单商品展示模式',