You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q: I get a buffer result but a json when I use the getMaterial api.
check the file: lib/api_material.js
at the row 253, u just give a opts before request and do not postJSON the opts. this results in the weixin return a buffer result in callback.
u should postJSON opts or set dataType when post with urllib.
The text was updated successfully, but these errors were encountered:
Q: I get a buffer result but a json when I use the getMaterial api.
check the file: lib/api_material.js
at the row 253, u just give a opts before request and do not postJSON the opts. this results in the weixin return a buffer result in callback.
u should postJSON opts or set dataType when post with urllib.
The text was updated successfully, but these errors were encountered: