aa
This commit is contained in:
@@ -14,11 +14,9 @@ type CallbackController struct {
|
||||
}
|
||||
|
||||
func (t *CallbackController) Msg(c *gin.Context) {
|
||||
if err := services.SimFlowDaySettle(); err != nil {
|
||||
c.JSON(200, &CallBack{
|
||||
Desc: err.Error(),
|
||||
})
|
||||
}
|
||||
data, _ := ioutil.ReadAll(c.Request.Body)
|
||||
globals.SugarLogger.Debugf("callback msg : %v , user-agent :%s", string(data), c.Request.UserAgent())
|
||||
c.JSON(200, &CallBack{})
|
||||
}
|
||||
|
||||
func (t *CallbackController) TlPayCallback(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user