08 2022 档案

摘要:times, _ :=time.Parse("2006-01-02 15:04:05", "2014-06-15 08:37:18")//给2014年这个值增加 30天expireTime := times.Add(time.Hour * 24*30)expireTime := time.Now() 阅读全文
posted @ 2022-08-25 15:36 杨鑫Zz 阅读(41) 评论(0) 推荐(0) 编辑
摘要:package main import ( "bytes" "crypto/md5" "crypto/tls" "encoding/hex" "encoding/xml" "fmt" "io/ioutil" "net/http" "net/url" "strconv" "strings" ) var 阅读全文
posted @ 2022-08-15 17:13 杨鑫Zz 阅读(71) 评论(0) 推荐(0) 编辑
摘要:var ( mchID string = "123456" // 商户号 mchCertificateSerialNumber string = "123456" // 商户证书序列号 mchAPIv3Key string = "123456" // 商户APIv3密钥 ) // 使用 utils 阅读全文
posted @ 2022-08-12 15:30 杨鑫Zz 阅读(538) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示