package api
import "testing"
func TestShopDetail(t *testing.T) {
req := ShopDetailReq{
ShopId: "108393734623781888",
SceneType: 1,
}
shopDetail(req)