线上没有网站的用royalpay官网代替报备

master
luoyang 5 years ago
parent a855c5ff30
commit 19517c9bb8

@ -13,7 +13,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.1.2</jib-maven-plugin.version>
<docker-image.version>1.0.40</docker-image.version>
<docker-image.version>1.0.41</docker-image.version>
</properties>
<dependencies>

@ -226,7 +226,7 @@ public class AliforexcelServiceImpl implements AliforexcelService {
private void checkPartnerInfo(JSONObject client,String type) {
if ("online".equals(type)) {
if (!client.containsKey("company_website") || StringUtils.isBlank(client.getString("company_website"))) {
throw new InvalidParameterException("Website cannot be empty ");
client.put("company_website", "https://www.royalpay.com.au/");
}
}else {
if (!client.containsKey("store_photo") && !client.containsKey("company_photo")) {

Loading…
Cancel
Save