取名小程序

This commit is contained in:
cjd
2025-11-06 19:23:37 +08:00
parent 200c29ac09
commit 1f9f8cd083
10 changed files with 253 additions and 38 deletions

View File

@@ -10,7 +10,7 @@ function post(endpoint, data) {
url: `${config.apiBaseUrl}${endpoint}`,
method: "POST",
data,
timeout: 5000,
timeout: 60000,
success(response) {
const { statusCode, data: payload } = response;
if (statusCode >= 200 && statusCode < 300) {