Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
panjinjie authored and panjinjie committed Oct 17, 2018
1 parent 3581e42 commit 5e3f438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions rpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func main() {
} else {
log.Fatal(err)
}
log.Println("a")
//wxpay
config.Mod = ppp.PAYTYPE_WXPAY
if ok, err := config.GetBool("status"); ok {
Expand All @@ -51,7 +50,6 @@ func main() {
} else {
log.Fatal(err)
}
log.Println("a")

//wxpaysg
config.Mod = ppp.PAYTYPE_WXPAYSG
Expand Down
4 changes: 2 additions & 2 deletions wxpay_single.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ var (
)

const (
FC_WXSGPAY_TRADEINFO string = "WXSGPay.TradeInfo" //订单详情
FC_WXSGPAY_TRADEPARAMS string = "WXSGPay.PayParams" //网站支付参数组装
FC_WXPAYSG_TRADEINFO string = "WXPaySG.TradeInfo" //订单详情
FC_WXPAYSG_TRADEPARAMS string = "WXPaySG.PayParams" //网站支付参数组装
)

type WXPaySGInit struct {
Expand Down

0 comments on commit 5e3f438

Please sign in to comment.