infoGetter/api/shop_detail_test.go

12 lines
163 B
Go
Raw Normal View History

2021-12-02 13:19:43 +08:00
package api
import "testing"
func TestShopDetail(t *testing.T) {
req := ShopDetailReq{
ShopId: "108393734623781888",
SceneType: 1,
}
shopDetail(req)
}