This commit is contained in:
邹宗楠
2022-03-29 17:04:13 +08:00
parent b3c4348268
commit cdcff35a55
2 changed files with 1 additions and 4 deletions

View File

@@ -130,9 +130,6 @@ var (
ErrInvalidParams = errors.New("参数不合法")
)
// 微信小程序商城appid
const WeCartAppID = "wx4b5930c13f8b1170"
func init() {
authers = make(map[string]IAuther)