ShopifySdk shopifySdk = ShopifySdk.newBuilder().withSubdomain(subdomain).withAccessToken(accessToken).build();
subdomain这个参数应该传什么的?
withSubdomain(subdomain)参数传递的是子域名。
参数subdomain是传接口地址URL,