添加文件上传进度条

This commit is contained in:
wuchunlei
2024-03-13 17:18:15 +08:00
parent ce9fbaa319
commit 5385745056
2 changed files with 3 additions and 6 deletions

View File

@@ -175,9 +175,6 @@ public class OssServiceImpl implements OssService {
@Override
public String getSchedule(String uid) {
String percent = redisTemplate.opsForValue().get(uid);
if ("100".equals(percent)){
redisTemplate.delete(uid);
}
return percent==null?"":percent;
}
}

View File

@@ -82,11 +82,11 @@ wxpay:
notifyUrl: https://testapi.nuttyreading.com/pay/payNotify
refundUrl: https://api.mch.weixin.qq.com/v3/refund/domestic/refunds
refundNotifyUrl: https://testapi.nuttyreading.com/pay/refundNotify
keyPemPath: D:/hs/nuttyreading-java/src/main/resources/cent/apiclient_key.pem
keyPemPath: F:\ideaProject\peanutBook\src\main\resources\cent\apiclient_key.pem
serialNo: 679AECB2F7AC4183033F713828892BA640E4EEE3
apiV3Key: 4aYFklzaULeGlr7oJPZ6rHWKcxjihZUF
wechatPayCertificateUrl: D:/hs/nuttyreading-java/src/main/resources/cent/wechatpay_7B5676E3CDF56680D0414A009CE501C844DBE2D6.pem
privateKeyUrl: D:/hs/nuttyreading-java/src/main/resources/cent/apiclient_key.pem
wechatPayCertificateUrl: F:\ideaProject\peanutBook\src\main\resources\cent\wechatpay_7B5676E3CDF56680D0414A009CE501C844DBE2D6.pem
privateKeyUrl: F:\ideaProject\peanutBook\src\main\resources\cent\apiclient_key.pem
redisAddress: redis://47.93.127.115:6379