diff --git a/platformapi/tao_vegetable/order_test.go b/platformapi/tao_vegetable/order_test.go index 1a3ba121..e4e4f357 100644 --- a/platformapi/tao_vegetable/order_test.go +++ b/platformapi/tao_vegetable/order_test.go @@ -46,7 +46,7 @@ func TestQueryAfsOrderDetail(t *testing.T) { ShopId: nil, StoreId: utils.String2Pointer("JX668594"), RefundIds: &[]int64{1314241374}, - }1000010862974040044 + } data, err := apiTao.QueryAfsOrderDetail(param) globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false)) globals.SugarLogger.Debugf("err := %s", utils.Format4Output(err, false))