aa
This commit is contained in:
@@ -8,7 +8,9 @@ import (
|
|||||||
type CallbackController struct {
|
type CallbackController struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (t *CallbackController) TlPayCallback(c *gin.Context) {
|
func (t *CallbackController) Msg(c *gin.Context) {
|
||||||
services.SimFlowDaySettle()
|
err := services.SimFlowDaySettle()
|
||||||
c.JSON(200, &CallBack{})
|
c.JSON(200, &CallBack{
|
||||||
|
Desc: err.Error(),
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user