This commit is contained in:
邹宗楠
2022-05-31 09:54:10 +08:00
parent 7d26964353
commit 9fb87c8754

View File

@@ -10,7 +10,7 @@ import (
"time"
)
const salt = "@#$!18981810340"
const salt = "18981810340"
// 获取支付签名
func (a *API) Sign(paramsMap map[string]interface{}) string {