fix: 微信登录补充保存username和role
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Agent
2026-04-04 07:35:21 +00:00
parent 756444ef2b
commit d12eea7693
10597 changed files with 817047 additions and 3 deletions

48
node_modules/xhr/package.json generated vendored Normal file
View File

@@ -0,0 +1,48 @@
{
"name": "xhr",
"version": "2.6.0",
"description": "small xhr abstraction",
"keywords": [
"xhr",
"http",
"xmlhttprequest",
"xhr2",
"browserify"
],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/naugtur/xhr.git",
"main": "index",
"homepage": "https://github.com/naugtur/xhr",
"contributors": [
{
"name": "Jake Verbaten"
},
{
"name": "Zbyszek Tenerowicz",
"email": "naugtur@gmail.com"
}
],
"bugs": {
"url": "https://github.com/naugtur/xhr/issues",
"email": "naugtur@gmail.com"
},
"typings": "./index.d.ts",
"dependencies": {
"global": "~4.4.0",
"is-function": "^1.0.1",
"parse-headers": "^2.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"for-each": "^0.3.2",
"pre-commit": "1.2.2",
"run-browser": "naugtur/run-browser",
"tap-spec": "^4.0.2",
"tape": "^4.0.0"
},
"license": "MIT",
"scripts": {
"test": "run-browser test/index.js -b -m test/mock-server.js | tap-spec",
"browser": "run-browser -m test/mock-server.js test/index.js"
}
}