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

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