瀏覽代碼

add wxpay for app

abiao 4 年之前
父節點
當前提交
16de6a0324
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      go/gopath/src/fohow.com/apps/controllers/pay_controller/init.go

+ 2 - 2
go/gopath/src/fohow.com/apps/controllers/pay_controller/init.go

@@ -28,8 +28,8 @@ import (
 
 var (
 	//不需要校验用户登录的Action
-	exceptCheckUserLoginAction   = []string{"Pay", "PayAsync"}
-	exceptCheckWxUserLoginAction = []string{"Pay", "PayAsync"}
+	exceptCheckUserLoginAction   = []string{"PayAsync"}
+	exceptCheckWxUserLoginAction = []string{"PayAsync"}
 )
 
 type PayController struct {