家庭组逻辑导致支付失败
Build docker and publish / build (20.15.1) (push) Failing after 9m9s

This commit is contained in:
2026-03-05 02:13:28 -08:00
parent f4fe0e32a8
commit 9f4d71770b
7 changed files with 349 additions and 354 deletions
+1
View File
@@ -228,6 +228,7 @@ func (rw *ResponseWriter) Decrypt() bool {
return false
}
rw.c.Request.Body = io.NopCloser(bytes.NewBuffer([]byte(decrypt)))
rw.c.Request.Header.Set("Content-Type", "application/json")
rw.c.Set(ctxDecryptedBodyKey, decrypt)
rw.c.Set(ctxDeviceDecryptStatusKey, "success")
return true