Can-Chen / wrap-midjourney

获取discord服务器中midjourney AI生图的结果。一个中转服务,可以接入到任意第三方平台微信、飞书、QQ等/Obtain the midjourney AI image generation results from the Discord server. It is a transfer service that can be connected to any third-party platform, such as WeChat, Feishu, QQ, etc.
244 stars 58 forks source link

能不能实现提交时加一个参数,在回调时将该参数合并发回去。 #8

Closed brianiser closed 1 year ago

brianiser commented 1 year ago

不懂go语言,只能大概看懂一些,不知道该怎么改可以实现,请作者指导一下

binglww commented 1 year ago

有同样的需求,但是 https://discord.com/api/v9/interactions 接口不会返回任何数据,这样就没办法做关联,不知道作者有没有更好的方法

Can-Chen commented 1 year ago

我这里是在传入prompt的时候 加了前缀 然后回调的时候discord message content字段中会回传你的prompt 解析一下就可以了

brianiser commented 1 year ago

我这里是在传入prompt的时候 加了前缀 然后回调的时候discord message content字段中会回传你的prompt 解析一下就可以了

非常感谢作者,瞬间发现新大陆了

lcm1475 commented 1 year ago

传入prompt的时候 加了前缀 不会影响生成的图片吗? 类似于 原:prompt=》’a cute cat‘ 现:prompt=》’[id:8888]a cute cat‘

Can-Chen commented 1 year ago

测试过 暂时没有太大的影响 [id: xxxx] url... prompt... param...

lcm1475 commented 1 year ago

okok 非常感谢 我理解的没错吧