解决token获取

This commit is contained in:
aixianling
2024-04-23 18:15:42 +08:00
parent f5c64d0800
commit c3ef37e184
2 changed files with 11 additions and 11 deletions

View File

@@ -7,6 +7,7 @@
*/
export const getSign = (token, appKey, formData) => {
console.log("获取到的token:%s", token)
token = token?.split("_")[0]
const t = (new Date()).getTime();
return {