修改
This commit is contained in:
parent
8de9cfec54
commit
0cd0102ed4
@ -83,9 +83,10 @@ func SendMsg(c *gin.Context) {
|
|||||||
service.Error(c, err)
|
service.Error(c, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
_, err := service.AccountProvider.VerifySliderStatus(context.Background(), &account.VerifySliderStatusRequest{
|
data, err := service.AccountProvider.VerifySliderStatus(context.Background(), &account.VerifySliderStatusRequest{
|
||||||
NonceStr: req.NonceStr,
|
NonceStr: req.NonceStr,
|
||||||
})
|
})
|
||||||
|
fmt.Println("data=============>", data, err)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
service.Error(c, err)
|
service.Error(c, err)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user