抖店api
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package mtwmapi
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
@@ -42,8 +43,9 @@ func TestPoiSave(t *testing.T) {
|
||||
//}
|
||||
poiParams := map[string]interface{}{}
|
||||
//utils.FilterMapNilMembers(utils.Struct2FlatMap(result[0]))
|
||||
poiParams["name"] = "京西果园·果切·水果捞(宝山店)"
|
||||
api.PoiSave("9202094", poiParams)
|
||||
poiParams["name"] = "京西果园·果切·水果捞(金碧园店)"
|
||||
err := api.PoiSave("9410009", poiParams)
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
func TestPoiTagList(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user