From 5e88d2141347e7085a07e5a816376ae07cf89b7d Mon Sep 17 00:00:00 2001 From: Kayee Date: Wed, 17 Dec 2025 09:15:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/start.go | 2 +- internal/mods/common/schema/smsLog.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/start.go b/cmd/start.go index aa56e2f..c48b9fd 100644 --- a/cmd/start.go +++ b/cmd/start.go @@ -3,13 +3,13 @@ package cmd import ( "context" "fmt" + "github.com/urfave/cli/v2" "github.guxuan/haibei/internal/config" "os" "os/exec" "path/filepath" "strings" - "github.com/urfave/cli/v2" "github.guxuan/haibei/internal/bootstrap" ) diff --git a/internal/mods/common/schema/smsLog.go b/internal/mods/common/schema/smsLog.go index bb48404..55dd416 100644 --- a/internal/mods/common/schema/smsLog.go +++ b/internal/mods/common/schema/smsLog.go @@ -18,9 +18,9 @@ type SMSLog struct { // Defining the query parameters for the `SmsLog` struct. type SMSLogQueryParam struct { util.PaginationParam - LikeName string `form:"likeName"` //客户姓名 - Phone string `form:"phone"` //手机号 - SMSType string `form:"smsType"` ///短信类型 + CustomerName string `form:"customerName"` //客户姓名 + Phone string `form:"phone"` //手机号 + SMSType string `form:"smsType"` ///短信类型 } // Defining the query options for the `SmsLog` struct.