4 Star 18 Fork 3

cristiane/micro-mall-pay

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
trade.go 370 Bytes
Copy Edit Raw Blame History
雨化田 authored 2021-09-17 16:30 +08:00 . 优化升级
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
}
Loading...
马建仓 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

Search