支付退款+退款单查询+订单关闭

This commit is contained in:
陈俊宏 2024-08-02 16:37:37 +08:00
parent f1ee9b4196
commit a79b18d279
1 changed files with 1 additions and 9 deletions

View File

@ -1,11 +1,3 @@
package requestmapping
import (
"PaymentCenter/app/constants/common"
"PaymentCenter/app/http/entities/front"
)
var FrontRequestMap = map[string]func() interface{}{
common.FRONT_API_V1 + "/notify/wx": func() interface{} { return new(front.WxRequest) },
common.FRONT_API_V1 + "/notify/ali": func() interface{} { return new(front.AliRequest) },
}
var FrontRequestMap = map[string]func() interface{}{}