@@ -94,7 +94,6 @@ func Register(r *gin.Engine, db *sql.DB, onlineThreshold time.Duration) {
|
||||
shops.POST("/create", h.ShopCreate)
|
||||
shops.POST("/update", h.ShopUpdate)
|
||||
shops.POST("/status", h.ShopStatus)
|
||||
shops.POST("/syb-status", h.ShopSybStatus)
|
||||
shops.POST("/delete", h.ShopDelete)
|
||||
|
||||
// 4. 采集采购
|
||||
|
||||
Reference in New Issue
Block a user