-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否考虑加入导入抽样数据的接口支持 #1020
Comments
请明确接口是做什么的,至少贴一下官方文档地址吧 |
http(s)://api.weixin.qq.com/wxa/setdynamicdata?access_token=ACCESS_TOKEN |
你这有点惜字如金啊,官方文档地址能否贴下,其实这个才是最主要的 |
请问这个接口什么时候能支持? |
大哥你文档地址都不肯给一下,谁给你完成啊,都不知道参数是什么 |
http(s)://api.weixin.qq.com/wxa/setdynamicdata?access_token=ACCESS_TOKEN |
xswl,大哥有点搞不懂什么是API地址什么是官方文档地址 |
楼主,你以为发了三遍接口地址,大家就能猜出来官方文档地址了吗? |
这个接口官方文档已经不存在了吗? |
所提到的接口 包含在 #1373 里,关闭此issue |
将数据写入到setdynamicdata这个API。每个Post数据包不超过5K,若数据过多可开多进(线)程并发导入数据(例如:数据量为十万量级可以开50个线程并行导数据)。
官方接口:
http(s)://api.weixin.qq.com/wxa/setdynamicdata?access_token=ACCESS_TOKEN
The text was updated successfully, but these errors were encountered: