We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前站点ID以及收货ID都可以抓,但以下参数不知道在哪抓. 用的是Mac版本的charles 抓的mac微信小程序. proxy设定都有用好不会乱码, 请问一下大家以下参数都是在哪里抓的?
// ------------ 填入以下6项 上面不要动 ------------ headers.put("ddmc-device-id", ""); headers.put("cookie", ""); headers.put("ddmc-longitude", ""); headers.put("ddmc-latitude", ""); headers.put("ddmc-uid", ""); headers.put("user-agent", ""); return headers; // ------------ 填入这2项上面不要动 ------------ body.put("s_id", ""); body.put("device_token", "");
The text was updated successfully, but these errors were encountered:
已失效了,别努力了吧
Sorry, something went wrong.
现在还能不能用了...有没有大佬可以告诉下...
No branches or pull requests
目前站点ID以及收货ID都可以抓,但以下参数不知道在哪抓. 用的是Mac版本的charles 抓的mac微信小程序.
proxy设定都有用好不会乱码, 请问一下大家以下参数都是在哪里抓的?
// ------------ 填入以下6项 上面不要动 ------------
headers.put("ddmc-device-id", "");
headers.put("cookie", "");
headers.put("ddmc-longitude", "");
headers.put("ddmc-latitude", "");
headers.put("ddmc-uid", "");
headers.put("user-agent", "");
return headers;
// ------------ 填入这2项上面不要动 ------------
body.put("s_id", "");
body.put("device_token", "");
The text was updated successfully, but these errors were encountered: