|
@@ -21,14 +21,14 @@ func TestCreateDcApiClient(t *testing.T) {
|
|
|
|
|
|
resp1, err1 := v1.FindWorkingUfByCycle(datacenter_client.FindWorkingUfByCycleReq{
|
|
|
ProjectId: 92,
|
|
|
- DeviceCode: "UF-4001D",
|
|
|
- FilterCycle: 16,
|
|
|
+ DeviceCode: "UF-4001C",
|
|
|
+ FilterCycle: 7,
|
|
|
Step: 26,
|
|
|
- FilterTimeStart: 3046.00,
|
|
|
+ FilterTimeStart: 584.00,
|
|
|
FilterTimeEnd: 3546.00,
|
|
|
Limit: 5,
|
|
|
})
|
|
|
|
|
|
- t.Log(resp1)
|
|
|
+ t.Logf("%#v", resp1)
|
|
|
t.Log(err1)
|
|
|
}
|