This commit is contained in:
邹宗楠
2022-05-31 11:09:53 +08:00
parent acdaf3f07d
commit 98a75d53fe

View File

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