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