beta也刷key
This commit is contained in:
@@ -157,7 +157,7 @@ func setJdsOrderSeq(order *model.GoodsOrder) (err error) {
|
||||
|
||||
func Decrypt(p string) (result string) {
|
||||
data, _ := base64.StdEncoding.DecodeString(strings.ReplaceAll(p, " ", "+"))
|
||||
key := GetKey(hex.EncodeToString(data)[4:20])
|
||||
key := GetKey(hex.EncodeToString(data)[4:36])
|
||||
data2, _ := base64.StdEncoding.DecodeString(key)
|
||||
b := bytes.NewBuffer(data)
|
||||
b.Next(18)
|
||||
|
||||
Reference in New Issue
Block a user