This commit is contained in:
邹宗楠
2024-02-23 17:14:08 +08:00
parent 8cd80b3754
commit 524c16fc9e
2 changed files with 6 additions and 6 deletions

View File

@@ -330,6 +330,12 @@ func TestRetailBatchInitData(t *testing.T) {
t.Log(utils.Format4Output(failedFoods, false))
}
func TestSort(t *testing.T) {
data := map[int64]int64{1: 1, 2: 1, 4: 1}
data[1] = 3
fmt.Println(data)
}
func TestRetailSkuStock(t *testing.T) {
result, err := api.RetailSkuStock(utils.GetUUID(), testPoiCode, []*BareStoreFoodInfo{
&BareStoreFoodInfo{