Sounds like you need to grant the execute permission to the user (or a group that they a part of) for the stored procedure in question.
For example, you could grant access thus:
USE zzzzzzz;
GRANT EXEC ON dbo.xxxxxxx TO PUBLIC
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…