Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
2019-01-09 13:59:17 +0800
Commit
c09592b8b21a56658970a71106fa2e796c5717b5
1 parent
5eb59674
Revert "详情页增加验签"
This reverts commit
5eb59674
.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
product/src/main/java/com/yohoufo/product/controller/ProductController.java
product/src/main/java/com/yohoufo/product/controller/ProductController.java
View file @
c09592b
...
...
@@ -45,6 +45,7 @@ public class ProductController {
private
ProductService
productService
;
@ApiOperation
(
name
=
"ufo.product.data"
,
desc
=
"商品详情"
)
@IgnoreSignature
@IgnoreSession
@RequestMapping
(
params
=
"method=ufo.product.data"
)
@Cachable
(
expire
=
180
)
...
...
Please
register
or
login
to post a comment