Commit 54403feb by 徐高华

Merge branch 'feature/xgh/2406企微托管' into 'master'

企微托管

See merge request !2021
parents 9c6142af 97a0d19c
......@@ -783,7 +783,7 @@ public class QywxOpenTaskController {
@IgnoreLogin
public Object listSilk() {
List<OpenQwSilkMp3DTO> ret = this.openQwApiService.listSilk();
RedisUtil.setCache("haobansilk2mp3",1,3L, TimeUnit.MINUTES);
RedisUtil.setCache("haobansilk2mp3",1,5L, TimeUnit.MINUTES);
return RestResponse.successResult(ret);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment