shopfly icon indicating copy to clipboard operation
shopfly copied to clipboard

The domain name returned by localplugin is incorrect

Open shopfly-ecommerce opened this issue 2 years ago • 0 comments

` String serverName = domainHelper.getBuyerDomain(); ...

    FileVO file = new FileVO();
    file.setName(fileName);
    file.setUrl(url);
    file.setExt(ext);

`

It should be the domain name of the API

shopfly-ecommerce avatar Apr 15 '22 06:04 shopfly-ecommerce