DengBiao 7ヶ月前
コミット
62c5dc296f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/router/customer_router.go

+ 1
- 1
app/router/customer_router.go ファイルの表示

@@ -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) {


読み込み中…
キャンセル
保存