- 优化jdapi.signParams
This commit is contained in:
@@ -63,7 +63,7 @@ func TestUpdateStoreInfo4Open(t *testing.T) {
|
||||
Operator: "test",
|
||||
StationAddress: oldAddress + "T",
|
||||
}
|
||||
err = api.UpdateStoreInfo4Open2(params)
|
||||
err = api.UpdateStoreInfo4Open2(params, false)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
@@ -75,7 +75,7 @@ func TestUpdateStoreInfo4Open(t *testing.T) {
|
||||
}
|
||||
|
||||
params.StationAddress = oldAddress
|
||||
api.UpdateStoreInfo4Open2(params)
|
||||
api.UpdateStoreInfo4Open2(params, false)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user