|
|
@ -44,7 +44,6 @@ import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
import java.util.HashMap; |
|
|
|
import java.util.List; |
|
|
|
import java.util.UUID; |
|
|
|
|
|
|
@ -212,7 +211,7 @@ public class ExternalAppServiceImpl implements ExternalAppService { |
|
|
|
long ts = System.currentTimeMillis(); |
|
|
|
|
|
|
|
String token = tokenUtils.genToken(secret, appId, customerId, ts); |
|
|
|
return new GetJwtAccessTokenResultDTO(customerId, token, ts); |
|
|
|
return new GetJwtAccessTokenResultDTO(customerId, token, ts,appId); |
|
|
|
} |
|
|
|
@Override |
|
|
|
public AppIdInfoResultDTO appIdInfo(String appId) { |
|
|
|