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