添加微信支付支持,重构资源创建逻辑,更新支付宝相关配置,移除账单状态字段
This commit is contained in:
@@ -48,7 +48,7 @@ func ApplyRouters(app *fiber.App) {
|
||||
bill := api.Group("/bill")
|
||||
bill.Post("/list", handlers.ListBill)
|
||||
|
||||
// 临时
|
||||
app.Get("/collect", handlers.CreateChannelGet)
|
||||
app.Get("/temp", handlers.Temp)
|
||||
// 交易
|
||||
trade := api.Group("/trade")
|
||||
trade.Post("/callback/alipay", handlers.AlipayCallback)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user