pay result
This commit is contained in:
@@ -3,8 +3,6 @@ package financial
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"git.rosy.net.cn/baseapi/platformapi/wxpayapi"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
|
||||
@@ -19,7 +17,17 @@ type PayHandler struct {
|
||||
Order *model.Order
|
||||
VendorPayType string
|
||||
|
||||
WxPayResult *wxpayapi.CreateOrderResult `json:"wxPayResult"`
|
||||
WxPayParam *WxPayParam `json:"wxPayParam"`
|
||||
}
|
||||
|
||||
type WxPayParam struct {
|
||||
Prepayid string `json:"Prepayid"`
|
||||
Noncestr string `json:"Noncestr"`
|
||||
Timestamp string `json:"Timestamp"`
|
||||
Package string `json:"Package"`
|
||||
Partnerid string `json:"Partnerid"`
|
||||
Appid string `json:"Appid"`
|
||||
Sign string `json:"Sign"`
|
||||
}
|
||||
|
||||
type PayHandlerInterface interface {
|
||||
|
||||
Reference in New Issue
Block a user