4 Star 18 Fork 3

cristiane/micro-mall-pay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
trade.go 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
雨化田 提交于 2021-09-17 16:30 . 优化升级
package service
import (
"context"
"gitee.com/cristiane/micro-mall-pay/pkg/code"
"gitee.com/cristiane/micro-mall-pay/proto/micro_mall_pay_proto/pay_business"
"github.com/google/uuid"
)
func GetTradeUUID(ctx context.Context, req *pay_business.GetTradeUUIDRequest) (tradeUUID string, retCode int) {
tradeUUID = uuid.New().String()
retCode = code.Success
return
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/cristiane/micro-mall-pay.git
git@gitee.com:cristiane/micro-mall-pay.git
cristiane
micro-mall-pay
micro-mall-pay
5f6f923dbc21

搜索帮助