Verify your body
variable type, the reason why you're getting TypeError: string indices must be integers
is because the body
is of a string type and only integers indices can be used on a string.
You need to either convert your variable to a dict type where string indices can be used or ensure the variable you received is of a dict type
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…