From db18cf3da8219d16b219eea7a1570bb5f6dc997c Mon Sep 17 00:00:00 2001 From: kongyuebin <447206051@qq.com> Date: Thu, 19 Dec 2019 17:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BA=86=E9=9A=90=E7=A7=81?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/controller/kuaifu.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service/controller/kuaifu.go b/service/controller/kuaifu.go index 1e9b334..cd4abce 100644 --- a/service/controller/kuaifu.go +++ b/service/controller/kuaifu.go @@ -28,14 +28,14 @@ type KuaiFuImpl struct { } const ( - HOST = "47.103.5.207" + HOST = "localhost" KF_SCAN_HOST = "http://" + HOST + "/gateway/scanPay/payService" KF_PAYFOR_HOST = "http://" + HOST + "/gateway/remittance/pay" KF_BALANCE_QUERY = "http://" + HOST + "/gateway/remittance/getBalance" KF_ORDER_QUERY = "http://" + HOST + "/gateway/scanPay/orderQuery" KF_PAYFOR_QUERY = "http://" + HOST + "/gateway/remittance/query" - KF_PAY_KEY = "6889989417e641019d2972e7ff7b08a3" - KF_PAY_SECRET = "9512161f75b246f8a7e72f91c57767da" + KF_PAY_KEY = "xxxxxxx" + KF_PAY_SECRET = "xxxxxx" ) func (c *KuaiFuImpl) Scan(orderInfo models.OrderInfo, roadInfo models.RoadInfo, merchantInfo models.MerchantInfo) ScanData {