aa
This commit is contained in:
@@ -20,3 +20,19 @@ func TestActivityOperationList(t *testing.T) {
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestRpPromURLGenerate(t *testing.T) {
|
||||
result, err := api.RpPromURLGenerate("14501219_204919171")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestResourceURLGen(t *testing.T) {
|
||||
result, err := api.ResourceURLGen("14501219_204919171", resouceTypeBYBT)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user