支付退款+退款单查询+订单关闭
This commit is contained in:
parent
f1ee9b4196
commit
a79b18d279
|
@ -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{}{}
|
||||
|
|
Loading…
Reference in New Issue