This commit is contained in:
richboo111
2024-01-10 11:26:24 +08:00
parent 935bc9f76d
commit 6cd7d3aa8b

View File

@@ -707,9 +707,9 @@ func changeToRaw(urlIndex string, msg interface{}) (retVal map[string]interface{
retVal["status_desc"] = temp.StatusDesc
}
//签名
b, _ := json.Marshal(retVal)
sign := api.SfPsAPI.SignParam(b)
retVal["sign"] = sign
//b, _ := json.Marshal(retVal)
//sign := api.SfPsAPI.SignParam(b)
//retVal["sign"] = sign
return retVal
}