This commit is contained in:
邹宗楠
2023-07-06 17:03:17 +08:00
parent 19393a7e45
commit 46d54a00e6

View File

@@ -43,7 +43,7 @@ func TestQueryAfsOrderDetail(t *testing.T) {
OrderFrom: utils.Int64ToPointer(31),
ShopId: nil,
StoreId: utils.String2Pointer("JX668594"),
RefundIds: &[]int64{1314009018},
RefundIds: &[]int64{1311956159},
}
data, err := apiTao.QueryAfsOrderDetail(param)
globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false))