现在在使用抖音开放平台的团购核销接口 三步走已经走完两步 , 现在遇到问题 希望有人能帮忙解答一下
第一步 已获取到client_token
第二步 已获取到验券前准备verify_token
第三步使用 client_token 和 verify_token 提交验券 报错加密码解密失败
请求参数:{"verify_token":"3958e0ad-c6eb-40a8-9547-ed7b05d5d37f","poi_id":"7376168620844156938","encrypted_codes":["103180714003682"]}
返回参数:{"data":{"error_code":1221,"description":"加密码解密失败"},"extra":{"error_code":1221,"description":"加密码解密失败","sub_error_code":0,"sub_description":"","logid":"2024112210461371986CC9B91561597201","now":1732243573}}
现在有问题请教一下:
1.接口是否需要传参sign
2. 如果需要传sign 那post请求接口 sign加密参数有哪些 是只有秘钥&client_key=客户端key$http_body={json} 的格式吗?