1 Star 0 Fork 0

林伟奇思妙想/linwbs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
集_响应下载方法.go 408 Bytes
一键复制 编辑 原始数据 按行查看 历史
package main
import (
"errors"
"fmt"
"gitee.com/mad-wud/lin"
)
func 响应_下载方法(方法名 string, 参数列表 lin.L列表) (响应文件路径 string,err error ) {
fmt.Println("前端事件.下载方法.方法名->", 方法名)
switch 方法名 {
case "获取配置json":
响应文件路径="./配置文件/配置.json"
return
}
err=errors.New("未绑定下载方法")
return
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mad-wud/linwbs.git
[email protected]:mad-wud/linwbs.git
mad-wud
linwbs
linwbs
master

搜索帮助