1
This commit is contained in:
@@ -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