|
|
|
@ -74,7 +74,7 @@ public class MerchantServiceImp implements MerchantService { |
|
|
|
private String uploadCertificate(MultipartFile certFile) { |
|
|
|
String filePath = OssBootUtil.upload(certFile, PaymentConstant.MECHANT_CERTIFICATE_SAVE_PATH); |
|
|
|
String temp[] = filePath.split("\\/"); |
|
|
|
return PaymentConstant.MECHANT_CERTIFICATE_SAVE_PATH + temp[temp.length - 1]; |
|
|
|
return PaymentConstant.MECHANT_CERTIFICATE_SAVE_PATH + PaymentConstant.SLASH + temp[temp.length - 1]; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|