能不能实现提交时加一个参数,在回调时将该参数合并发回去。
brianiser opened this issue · 6 comments
brianiser commented
不懂go语言,只能大概看懂一些,不知道该怎么改可以实现,请作者指导一下
binglww commented
有同样的需求,但是 https://discord.com/api/v9/interactions 接口不会返回任何数据,这样就没办法做关联,不知道作者有没有更好的方法
Can-Chen commented
我这里是在传入prompt的时候 加了前缀 然后回调的时候discord message content字段中会回传你的prompt 解析一下就可以了
brianiser commented
我这里是在传入prompt的时候 加了前缀 然后回调的时候discord message content字段中会回传你的prompt 解析一下就可以了
非常感谢作者,瞬间发现新大陆了
lcm1475 commented
传入prompt的时候 加了前缀 不会影响生成的图片吗? 类似于
原:prompt=》’a cute cat‘
现:prompt=》’[id:8888]a cute cat‘
Can-Chen commented
测试过 暂时没有太大的影响 [id: xxxx] url... prompt... param...
lcm1475 commented
okok 非常感谢 我理解的没错吧