You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
262 B

// @Time : 2020/7/9 16:03
// @Author : 黑白配
// @File : index.go
// @PackageName:V2
// @Description:V2版本接口
package V2
import "git.ouxuan.net/3136352472/wxpay/src/entity"
func Init(config entity.PayConfig) *WxPay {
return &WxPay{config: config}
}