兼容 两种写法
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
func BaseGetToken(ctx *gin.Context) {
|
||||
param := &BaseGetTokenParam{}
|
||||
ctx.ShouldBind(param)
|
||||
// model.Models.KillaraCustomerModel.Find()
|
||||
log.Println()
|
||||
}
|
||||
|
||||
@@ -30,7 +31,9 @@ func BaseGetToken(ctx *gin.Context) {
|
||||
// version?: string;
|
||||
func AccountLoginWithTelephonePassword(ctx *gin.Context) {
|
||||
// ctx.ShouldBind()
|
||||
log.Println()
|
||||
// model.Models.KillaraCustomerModel.Find()
|
||||
|
||||
// log.Println(param)
|
||||
}
|
||||
|
||||
// @Action account/registerSmsCode
|
||||
@@ -62,6 +65,7 @@ func AccountForgetSmsCode(ctx *gin.Context) {
|
||||
// token: string;
|
||||
func AccountRegisterEmailCode(ctx *gin.Context) {
|
||||
// ctx.ShouldBind()
|
||||
|
||||
log.Println()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user