Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jd-activity
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
曾水平
jd-activity
Commits
b35fff7c
Commit
b35fff7c
authored
Jul 20, 2021
by
haojiahong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hotfix/20210718-decrementCredits' into 'master'
京东扣减查询积分调试 See merge request
!13
parents
c4fc9128
85a1f710
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
autologin.html
src/main/resources/templates/autologin.html
+3
-1
No files found.
src/main/resources/templates/autologin.html
View file @
b35fff7c
...
@@ -88,6 +88,7 @@
...
@@ -88,6 +88,7 @@
var
shopId
=
getUrlParam
(
"shopId"
);
var
shopId
=
getUrlParam
(
"shopId"
);
var
venderId
=
getUrlParam
(
"venderId"
);
var
venderId
=
getUrlParam
(
"venderId"
);
var
appKey
=
getUrlParam
(
"appKey"
);
var
appKey
=
getUrlParam
(
"appKey"
);
var
needCredits
=
getUrlParam
(
"needCredits"
);
$
.
ajax
({
$
.
ajax
({
type
:
'post'
,
type
:
'post'
,
...
@@ -98,7 +99,8 @@
...
@@ -98,7 +99,8 @@
env
:
env
,
env
:
env
,
shopId
:
shopId
,
shopId
:
shopId
,
venderId
:
venderId
,
venderId
:
venderId
,
appKey
:
appKey
appKey
:
appKey
,
needCredits
:
needCredits
}),
}),
async
:
false
,
async
:
false
,
contentType
:
'application/json'
,
contentType
:
'application/json'
,
...
...
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