コード例 #1
0
 @Override
 public URL requestURL(HostsProvider hostsProvider) throws MalformedURLException {
   return new URL(hostsProvider.getMoneyApi() + "/incoming-transfer-accept");
 }
コード例 #2
0
 @Override
 public URL requestURL(HostsProvider hostsProvider) throws MalformedURLException {
   return new URL(hostsProvider.getMoneyApi() + "/instance-id");
 }