...
|
...
|
@@ -2,20 +2,22 @@ package auth |
|
|
|
|
|
import (
|
|
|
"bytes"
|
|
|
"encoding/json"
|
|
|
"fmt"
|
|
|
"github.com/astaxie/beego"
|
|
|
"html/template"
|
|
|
"strings"
|
|
|
"time"
|
|
|
|
|
|
"gitlab.fjmaimaimai.com/mmm-go/ability/internal/repository"
|
|
|
"gitlab.fjmaimaimai.com/mmm-go/ability/models"
|
|
|
"gitlab.fjmaimaimai.com/mmm-go/ability/protocol"
|
|
|
s_sms "gitlab.fjmaimaimai.com/mmm-go/ability/services/sms"
|
|
|
|
|
|
"gitlab.fjmaimaimai.com/mmm-go/gocomm/common"
|
|
|
"gitlab.fjmaimaimai.com/mmm-go/gocomm/pkg/log"
|
|
|
"gitlab.fjmaimaimai.com/mmm-go/gocomm/pkg/redis"
|
|
|
s_sms "gitlab.fjmaimaimai.com/mmm-go/ability/services/sms"
|
|
|
comm_time "gitlab.fjmaimaimai.com/mmm-go/gocomm/time"
|
|
|
"html/template"
|
|
|
"strings"
|
|
|
"encoding/json"
|
|
|
"time"
|
|
|
"github.com/astaxie/beego"
|
|
|
)
|
|
|
|
|
|
type IAuthService interface {
|
...
|
...
|
|