From 12974a2d4a3a6a8cb164c687ebbc6e98c0c5eef0 Mon Sep 17 00:00:00 2001 From: zks Date: Thu, 26 Oct 2023 09:37:30 +0800 Subject: [PATCH] Update imagine.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复invalid form body的bug --- src/main/resources/api-params/imagine.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/api-params/imagine.json b/src/main/resources/api-params/imagine.json index f027d6f2..ec0a542b 100644 --- a/src/main/resources/api-params/imagine.json +++ b/src/main/resources/api-params/imagine.json @@ -6,7 +6,7 @@ "session_id": "$session_id", "nonce": "$nonce", "data": { - "version": "1118961510123847772", + "version": "1166847114203123795", "id": "938956540159881230", "name": "imagine", "type": 1, @@ -18,4 +18,4 @@ } ] } -} \ No newline at end of file +}