This commit is contained in:
richboo111
2023-01-31 15:02:48 +08:00
parent 268eace3d4
commit 5f81015efb
2 changed files with 7 additions and 7 deletions

View File

@@ -14,13 +14,12 @@ import (
const (
//BaseURL = "https://openapi.uupt.com/v2_0" //正式环境
BaseURL = "http://openapi.test.uupt.com/v2_0/" //沙箱环境测试
ReturnSuccess = "ok" //返回成功
ReturnSuccessMsg = "callbackSuccess"
ReturnFail = "fail" //返回失败
signKey = "sign"
secretKey = "secret"
letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
BaseURL = "http://openapi.test.uupt.com/v2_0" //沙箱环境测试
ReturnSuccess = "ok" //返回成功
ReturnFail = "fail" //返回失败
signKey = "sign"
secretKey = "secret"
letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
)
func (a *API) MakeUURequestHead() map[string]interface{} {