|
@@ -49,6 +49,8 @@ public class TencentYunServiceImpl extends ServiceImpl<ITencentYunMapper, Tencen
|
|
|
jsonObject.put("sdkAppId",tencentYun.getSdkAppid());
|
|
|
jsonObject.put("expire",tencentYun.getExTime());
|
|
|
jsonObject.put("sign",sign);
|
|
|
+ jsonObject.put("operatorType",tencentYun.getOperatorType());
|
|
|
+
|
|
|
redisUtil.set(redisKey ,jsonObject.toJSONString(),tencentYun.getExTime() - 60);
|
|
|
return jsonObject;
|
|
|
}
|