美团配送状态,京东商城
This commit is contained in:
@@ -2,10 +2,12 @@ package mtpsapi
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
)
|
||||
|
||||
func TestPagePoiUpdate(t *testing.T) {
|
||||
err := api.PagePoiUpdate("100082", "王海红", "16601189298", "727827081@qq.com")
|
||||
err := api.PagePoiUpdate("666730", "任学梅", "15283376640", "feng.shi@rosy.net.cn")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
@@ -17,3 +19,11 @@ func TestGetAccountDetail(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestGetStoreStatus(t *testing.T) {
|
||||
result, err := api.GetStoreStatus("肖坝路店")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user