修改淘宝订单的平台结算获取方式

This commit is contained in:
邹宗楠
2023-12-06 13:43:29 +08:00
parent d606d5b756
commit a3f88eceef
28 changed files with 1374 additions and 276 deletions

View File

@@ -267,11 +267,3 @@ func TestUpLoadImg(t *testing.T) {
globals.SugarLogger.Debugf("errr3 := %s", utils.Format4Output(err3, false))
globals.SugarLogger.Debugf("data2 := %s", utils.Format4Output(dataa, false))
}
// 上传文件到七牛云
func TestQiNiuYn(t *testing.T) {
//9223372036854775807
//50009624517463106891
var aa uint64 = 50009624517463106891
fmt.Println(aa)
}