This commit is contained in:
2024-03-27 16:18:33 +08:00
parent a3287a90b8
commit 1030f77e55
2 changed files with 6 additions and 1 deletions

View File

@@ -96,6 +96,11 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
String signSecret = platformConfig.getSignSecret();
// 使用公共方法生成token
Map<String, String> resultMap = generateToken(operatorSecret, dataSecret, dataSecretIv, signSecret, operatorId, dto.getData());
// 拼装
// 加密
return resultMap;
}