Feat: payjs payment

This commit is contained in:
HFO4
2020-02-17 13:14:18 +08:00
parent f8c14b3826
commit 0253b4e5b6
7 changed files with 95 additions and 7 deletions

View File

@@ -127,6 +127,11 @@ func InitMasterRouter() *gin.Engine {
// 回调接口
callback := v3.Group("callback")
{
// PAYJS回调
callback.POST(
"payjs",
controllers.PayJSCallback,
)
// 支付宝回调
callback.POST(
"alipay",