mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-26 16:46:14 +08:00
模块化上传驱动,使用泛型优化工具库降低冗余
This commit is contained in:
@@ -44,7 +44,6 @@ func New(name ...string) PayClient {
|
||||
default:
|
||||
panic(fmt.Sprintf("暂不支持的支付方式:%v", payType))
|
||||
}
|
||||
|
||||
return client
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user