From 00aeebfe39853e2eddf3b438840b20774a301d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 30 Mar 2022 16:21:03 +0800 Subject: [PATCH] 1 --- platformapi/fnpsapi/fnps_v3.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/platformapi/fnpsapi/fnps_v3.go b/platformapi/fnpsapi/fnps_v3.go index 318b23e5..787ffb5b 100644 --- a/platformapi/fnpsapi/fnps_v3.go +++ b/platformapi/fnpsapi/fnps_v3.go @@ -7,13 +7,13 @@ import ( ) const ( - //TokenURL = "https://open-anubis.ele.me/anubis-webapi/openapi/token" // 正式环境 - //ApiURL = "https://open-anubis.ele.me/anubis-webapi/v3/invoke" // 正式环境 + TokenURL = "https://open-anubis.ele.me/anubis-webapi/openapi/token" // 正式环境 + ApiURL = "https://open-anubis.ele.me/anubis-webapi/v3/invoke" // 正式环境 RefreshTokenUrl = "https://open-anubis.ele.me/anubis-webapi/openapi/refreshToken" // 正式环境刷新token - TokenURL = "https://exam-anubis.ele.me/anubis-webapi/openapi/token" // 沙箱环境 - ApiURL = "https://exam-anubis.ele.me/anubis-webapi/v3/invoke" // 沙箱环境 - RequestPost = "POST" - RequestGet = "GET" + //TokenURL = "https://exam-anubis.ele.me/anubis-webapi/openapi/token" // 沙箱环境 + //ApiURL = "https://exam-anubis.ele.me/anubis-webapi/v3/invoke" // 沙箱环境 + RequestPost = "POST" + RequestGet = "GET" ) // 注册请求api