diff --git a/platformapi/tao_vegetable/store_sku_test.go b/platformapi/tao_vegetable/store_sku_test.go index 6cefcdad..a3f061ac 100644 --- a/platformapi/tao_vegetable/store_sku_test.go +++ b/platformapi/tao_vegetable/store_sku_test.go @@ -270,5 +270,8 @@ func TestUpLoadImg(t *testing.T) { // 上传文件到七牛云 func TestQiNiuYn(t *testing.T) { - + //9223372036854775807 + //50009624517463106891 + var aa uint64 = 50009624517463106891 + fmt.Println(aa) }