1
This commit is contained in:
@@ -15,4 +15,10 @@ func InitV3App(v1 *gin.RouterGroup) {
|
||||
|
||||
// 获取短信
|
||||
appNo.POST("/sendVerifyCode", app.VerificationController.SendVerifyCode) // 获取短信验证码
|
||||
appNo.GET("/getPrintIsUse", app.PrintController.GetPrintIsUse) // 打印消息统计
|
||||
|
||||
// 支付回调
|
||||
appNo.POST("/payCallBack", app.Auth2ControllerController.PayCallBack)
|
||||
// 门店失去授权回调
|
||||
appNo.POST("/loseAuthorize", app.PrinterBindStoreController.LoseStoreAuthorize)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user