WÁNG Xuěruì
WÁNG Xuěruì
> > > 希望暴露出 executeQyapiGet,executeQyapiJSONPost函数, > > > > > > 场景是什么?为了使用本库暂时没有实现的接口? > > 是的,我需要使用userid与openid互换 但是并没有实现。 您可以参照本 repo 一些已合并的 PR 的做法,自行添加包装过的接口,我们会很乐意接受您的 PR! 直接暴露底层操作,会导致被暴露的接口成为 public API 的一部分,进而失去随意迭代内部实现细节的自由。因此目前私有的类型、方法基本都不会考虑公开。
@yijiaqingilm 如果您打算给本库写代码,主要就注意改了 API markdown 文档之后,跑一下 `go generate` 编译出相应的 Go 代码即可。`errcodes` 包的变更可加可不加,直接 `git checkout --` 扔掉也行(我会时不时自己同步一次)。 因为工作比较忙,这个库的维护并不属于工作范畴,所以 Contributor guidelines 目前并没有写出来。抱歉。
> 可以加上发送 TaskCard 类型的消息吗? 原来他们新加了两种消息类型。。加消息类型改动不大,我有空可以看看,近期在堆业务,急着用可以自己写了然后提 PR~
Insufficient information, please provide more context (for example whole terminal session recorded with [asciinema](https://asciinema.org/) or similar services) so people could debug.
> Oh, I using another machine and not using go.mod, it seems can build Simply ensure your environment is clean then. ;-) > How to get this 2 params? You...
> @xen0n Which official step? I can not found such field in Wechatwork's doc. Try [this](https://work.weixin.qq.com/api/doc/90000/90135/90237)
> @xen0n thanks! > > How's the url in the settings? I only need to set token and encodedAESKey ? > > You have to mount the application at some...
cc @ocavue @w3xse7en @ch3rub1m @rainzm @qinhf3-L for heads-up
> 看了作者的博客感觉挺有意思的, 聊聊吗 `git at xen0n dot name`
hmmmm `go generate` 就够了?