1 Star 1 Fork 1

xiaoyutab/xgotool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
get_logo.go 199 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoyutab 提交于 2023-08-25 15:14 . 添加银行卡类型获取
package xbank
import "strings"
// 获取银行卡LOGO
//
// ban 银行卡缩写
func GetLogo(ban string) string {
return "https://apimg.alipay.com/combo.png?d=cashier&t=" + strings.ToUpper(ban)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/xiaoyutab/xgotool.git
git@gitee.com:xiaoyutab/xgotool.git
xiaoyutab
xgotool
xgotool
v0.3.54

搜索帮助