Merge branch 'release' into dev

fix/release
mofangmin 1 year ago
commit 2432b40119
  1. 8
      modules/pay/moonpay2/values.go

@ -1,10 +1,10 @@
package moonpay2
const (
payURL = "https://api.apayindiag.com/v1/pay/payin"
withdrawURL = "https://api.apayindiag.com/v1/payout/withdraw"
queryWithdrawURL = "https://api.apayindiag.com/v1/pay/check_payout_order"
queryPayURL = "https://api.apayindiag.com/v1/pay/check_payin_order"
payURL = "https://api.newbhh.com/v1/pay/payin"
withdrawURL = "https://api.newbhh.com/v1/payout/withdraw"
queryWithdrawURL = "https://api.newbhh.com/v1/pay/check_payout_order"
queryPayURL = "https://api.newbhh.com/v1/pay/check_payin_order"
signKey = "0b513f511e35dd5c3e1f6a8cdbc8db04"
mid = "190"
)

Loading…
Cancel
Save