aa
This commit is contained in:
@@ -225,3 +225,11 @@ func TestGetSubActivityDetail(t *testing.T) {
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestModifyShop(t *testing.T) {
|
||||
err := api.ModifyShop()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
//t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user