Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_backend
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_backend
Commits
ad3db5e3
Commit
ad3db5e3
authored
Aug 30, 2023
by
muhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 微信获取链接
parent
40ea4ce7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ch-wx-api/src/main/java/com/wwdz/ch/wx/entity/request/ItemRequestDto.java
...in/java/com/wwdz/ch/wx/entity/request/ItemRequestDto.java
+1
-0
ch-wx-api/src/main/java/com/wwdz/ch/wx/web/WxItemController.java
...pi/src/main/java/com/wwdz/ch/wx/web/WxItemController.java
+3
-3
No files found.
ch-wx-api/src/main/java/com/wwdz/ch/wx/entity/request/ItemRequestDto.java
View file @
ad3db5e3
...
@@ -35,4 +35,5 @@ public class ItemRequestDto implements Entity {
...
@@ -35,4 +35,5 @@ public class ItemRequestDto implements Entity {
private
Integer
size
;
private
Integer
size
;
private
String
path
;
private
String
path
;
private
Integer
type
;
private
Integer
type
;
private
String
pageUrl
;
}
}
ch-wx-api/src/main/java/com/wwdz/ch/wx/web/WxItemController.java
View file @
ad3db5e3
...
@@ -158,9 +158,9 @@ public class WxItemController {
...
@@ -158,9 +158,9 @@ public class WxItemController {
}
}
@ApiOperation
(
value
=
"小程序链接"
)
@ApiOperation
(
value
=
"小程序链接"
)
@
Ge
tMapping
(
"/getWxLink"
)
@
Pos
tMapping
(
"/getWxLink"
)
public
Result
getWxLink
(
String
pageUrl
)
{
public
Result
getWxLink
(
@RequestBody
ItemRequestDto
dto
)
{
return
itemService
.
getWxLink
(
pageUrl
);
return
itemService
.
getWxLink
(
dto
.
getPageUrl
()
);
}
}
@ApiOperation
(
"图片上传"
)
@ApiOperation
(
"图片上传"
)
...
...
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