From 74c7527bc6b3f903abffd0305ac44617292aa433 Mon Sep 17 00:00:00 2001 From: 563750789 <47628257+563750789@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:46:59 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E8=87=AA=E5=AE=9A=E4=B9=89=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=A6=82=E8=BF=B0.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\271\211\351\205\215\347\275\256\346\246\202\350\277\260.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/product/\345\244\247\346\225\260\346\215\256\344\270\216AI/\344\270\207\350\261\241\344\274\230\345\233\2762.0/API \346\226\207\346\241\243/\346\226\207\346\241\243\351\242\204\350\247\210/\346\226\207\346\241\243\350\275\254 HTML/\350\207\252\345\256\232\344\271\211\351\205\215\347\275\256\346\246\202\350\277\260.md" "b/product/\345\244\247\346\225\260\346\215\256\344\270\216AI/\344\270\207\350\261\241\344\274\230\345\233\2762.0/API \346\226\207\346\241\243/\346\226\207\346\241\243\351\242\204\350\247\210/\346\226\207\346\241\243\350\275\254 HTML/\350\207\252\345\256\232\344\271\211\351\205\215\347\275\256\346\246\202\350\277\260.md" index 70f8feec1aa6..7084ca77f027 100644 --- "a/product/\345\244\247\346\225\260\346\215\256\344\270\216AI/\344\270\207\350\261\241\344\274\230\345\233\2762.0/API \346\226\207\346\241\243/\346\226\207\346\241\243\351\242\204\350\247\210/\346\226\207\346\241\243\350\275\254 HTML/\350\207\252\345\256\232\344\271\211\351\205\215\347\275\256\346\246\202\350\277\260.md" +++ "b/product/\345\244\247\346\225\260\346\215\256\344\270\216AI/\344\270\207\350\261\241\344\274\230\345\233\2762.0/API \346\226\207\346\241\243/\346\226\207\346\241\243\351\242\204\350\247\210/\346\226\207\346\241\243\350\275\254 HTML/\350\207\252\345\256\232\344\271\211\351\205\215\347\275\256\346\246\202\350\277\260.md" @@ -209,7 +209,7 @@ const refreshToken = () => { // 可以返回 Promise 或者 return { token, timeout } return { - token: tokenInfo.token, // 必需:你需要设置的 Token + token: tokenInfo.token, // 必需:需要设置的 Token timeout: 10 * 60 * 1000, // 必需:Token 超时时间,单位毫秒 }; };