Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nodejs-yitong-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Metrics
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
yitong-public
nodejs-yitong-sdk
Commits
b6e4b196
Commit
b6e4b196
authored
Nov 11, 2022
by
肖人杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'增加日志打印'
parent
4c48cd06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
yitong-sdk.js
yitong-sdk.js
+0
-2
No files found.
yitong-sdk.js
View file @
b6e4b196
...
...
@@ -46,7 +46,6 @@ const http = axios.create({
// koa opentracing
// https://github.com/fapspirit/axios-opentracing
http
.
interceptors
.
request
.
use
(
function
(
config
)
{
console
.
log
(
JSON
.
stringify
(
global
.
serviceMap
))
if
(
global
.
serviceMap
)
{
let
paths
=
config
.
url
.
split
(
"
/
"
)
if
(
paths
.
length
>=
4
){
...
...
@@ -55,7 +54,6 @@ http.interceptors.request.use(function (config) {
config
.
url
=
config
.
url
.
replace
(
pathKey
,
global
.
serviceMap
[
pathKey
])
}
}
console
.
log
(
config
.
url
)
if
(
config
.
context
&&
config
.
context
.
span
)
{
let
tracer
=
opentracing
.
globalTracer
();
let
span
=
tracer
.
startSpan
(
`
${
config
.
method
}
:
${
config
.
url
}
`
,
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment