From 06a53764774d0a68dbd11adf474bd480b04a854e Mon Sep 17 00:00:00 2001 From: mofangmin Date: Wed, 14 Aug 2024 11:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9moonpay=E7=9A=84api=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/pay/moonpay2/values.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/pay/moonpay2/values.go b/modules/pay/moonpay2/values.go index ac15739..a25b6ad 100644 --- a/modules/pay/moonpay2/values.go +++ b/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" )