merge Login page Register page

This commit is contained in:
RockYang
2025-09-07 16:36:56 +08:00
parent 2522be1738
commit 976b71e592
8 changed files with 56 additions and 169 deletions

View File

@@ -7,8 +7,8 @@ package sms
// * @Author yangjian102621@163.com
// * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
const Ali = "ALI"
const Bao = "BAO"
const Ali = "aliyun"
const Bao = "bao"
type Service interface {
SendVerifyCode(mobile string, code int) error