Browse Source

增加招行支付通用函数库

master
lijianbin 1 year ago
parent
commit
e321c06f25
2 changed files with 7 additions and 1 deletions
  1. +7
    -0
      go.mod
  2. +0
    -1
      map.go

+ 7
- 0
go.mod View File

@ -1,3 +1,10 @@
module git.tetele.net/tgo/helper
go 1.14
require (
git.tetele.net/tgo/crypter v0.2.2
github.com/ZZMarquis/gm v1.3.2
github.com/json-iterator/go v1.1.12
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
)

+ 0
- 1
map.go View File

@ -1,7 +1,6 @@
package helper
import (
"encoding/json"
"errors"
"net/url"
"sort"


Loading…
Cancel
Save