From 356dceb9052b2f5ce6a7a84126f4b144703eb813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=80=E5=B0=BC=E9=BE=9F?= <365252428@qq.com> Date: Wed, 26 Mar 2025 10:32:55 +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 --- pkg/common/verifica/mobile.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/common/verifica/mobile.go b/pkg/common/verifica/mobile.go index 53a8b3a..2b7be9f 100644 --- a/pkg/common/verifica/mobile.go +++ b/pkg/common/verifica/mobile.go @@ -7,8 +7,9 @@ import ( "github.com/fonchain_enterprise/utils/mobile" ) -//const SIG_NO = 230001 -const SIG_NO = 155123 +const SIG_NO = 230001 + +// const SIG_NO = 155123 const SIG_NO_SELLER = 159789 func SendMsg(telNum string, project string) (string, error) {