This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
health-admin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
1
master
前端-胡立永
1 month ago
parent
e388aa75ef
commit
5b2a658662
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
jeecg-boot/jeecg-boot-module/jeecgboot-boot-applet/src/main/java/org/jeecg/modules/applet/controller/AppletApiAddressController.java
+ 1
- 1
jeecg-boot/jeecg-boot-module/jeecgboot-boot-applet/src/main/java/org/jeecg/modules/applet/controller/AppletApiAddressController.java
View File
@ -25,7 +25,7 @@ import javax.servlet.http.HttpServletRequest;
*
/
@Tag
(
name
=
"小程序收货地址"
)
@RestController
@RequestMapping
(
"/appletApi/address
d
"
)
@RequestMapping
(
"/appletApi/address"
)
@Slf4j
public
class
AppletApiAddressController
{
Write
Preview
Loading…
Cancel
Save