1
This commit is contained in:
@@ -15,10 +15,13 @@ func InitV3App(v1 *gin.RouterGroup) {
|
||||
|
||||
// 获取短信
|
||||
appNo.POST("/sendVerifyCode", app.VerificationController.SendVerifyCode) // 获取短信验证码
|
||||
appNo.GET("/getPrintIsUse", app.PrintController.GetPrintIsUse) // 打印消息统计
|
||||
appNo.GET("/getPrintIsUse", app.PrintController.GetPrintIsUse) // 查询打印机是否被使用
|
||||
|
||||
// 支付回调
|
||||
appNo.POST("/payCallBack", app.Auth2ControllerController.PayCallBack)
|
||||
// 门店失去授权回调
|
||||
appNo.POST("/loseAuthorize", app.PrinterBindStoreController.LoseStoreAuthorize)
|
||||
|
||||
// 获取小程序跳转连接
|
||||
appNo.GET("/getMinJupLink", app.Auth2ControllerController.MiniProgramSortLink)
|
||||
}
|
||||
|
||||
@@ -36,6 +36,7 @@ func InitV4App(v2 *gin.RouterGroup) {
|
||||
appYes.POST("/pay", app.Auth2ControllerController.Pay4Order) // 吊起微信支付
|
||||
|
||||
// 用户授权成功之后获取绑定门店信息
|
||||
appYes.POST("/bindingStore", app.PrinterBindStoreController.AddPrinterBindStore) // 添加门店绑定授权
|
||||
appYes.POST("/checkRelieve", app.PrinterBindStoreController.CheckStoreBindStatus) // 检查是否可以解除绑定
|
||||
appYes.POST("/bindingStore", app.PrinterBindStoreController.AddPrinterBindStore) // 添加门店绑定授权
|
||||
appYes.POST("/checkRelieve", app.PrinterBindStoreController.CheckStoreBindStatus) // 检查是否可以解除绑定
|
||||
appYes.POST("/unBindingStore", app.PrinterBindStoreController.UpdatePrinterUnBindStore) // 解除打印机账号绑定关系
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user