This commit is contained in:
lwl0608 2023-12-29 17:25:13 +08:00
parent c1bbea227c
commit dfe353abe5
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ func Init(r *gin.Engine) {
vasPayGroup.POST("h5_get_unlock_wechat_list", middleware.JSONParamValidator(vasproto.GetUnlockWechatListReq{}), GetUnlockWechatList)
extVasPayGroup := r.Group("/ext/vas")
extVasPayGroup.POST("alipay_callback", AlipayCallback)
extVasPayGroup.GET("alipay_callback", AlipayCallback)
opVasPayGroup := r.Group("/op/vas", PrepareOp())
opVasPayGroup.POST("create_order", middleware.JSONParamValidator(vasproto.OpCreateOrderReq{}), OpCreateOrder)