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
1655a225
Commit
1655a225
authored
Jun 02, 2021
by
曾水平
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/20210601-feature' into 'master'
发券填充data See merge request
!7
parents
347d0534
6c1771b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
JdApiUtil.java
...cn/com/duiba/jdactivity/developer/jd/utils/JdApiUtil.java
+1
-1
No files found.
src/main/java/cn/com/duiba/jdactivity/developer/jd/utils/JdApiUtil.java
View file @
1655a225
...
...
@@ -353,7 +353,7 @@ public class JdApiUtil {
return
ResultBuilder
.
fail
(
"发券失败:"
+
response
.
getZhDesc
());
}
LOGGER
.
info
(
"发券成功:couponId:{},pin:{}"
,
couponId
,
pin
);
return
ResultBuilder
.
success
();
return
ResultBuilder
.
success
(
Boolean
.
TRUE
);
}
catch
(
Exception
e
)
{
LOGGER
.
warn
(
"pushCoupon,exception"
,
e
);
return
ResultBuilder
.
fail
(
"发生异常"
);
...
...
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