This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
smart_canteen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
tmp
DengBiao
7 months ago
parent
197dc6bb90
commit
62c5dc296f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/router/customer_router.go
+ 1
- 1
app/router/customer_router.go
View File
@@ -72,7 +72,7 @@ func CustomerInit(r *gin.RouterGroup) {
}
func rTest(r *gin.RouterGroup) {
r.GET("/wxRefunds", test.WxRefundsTest) // 测试-微信退款
r.GET("/wxRefunds
_new
", test.WxRefundsTest) // 测试-微信退款
}
func rPay(r *gin.RouterGroup) {
Write
Preview
Loading…
Cancel
Save