-
Notifications
You must be signed in to change notification settings - Fork 609
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
关于request中post的data参数是如何获取? #93
Comments
你好,能把这个源代码发我一份吗?[email protected]谢谢 |
抱歉代码删了,找不到了 |
给你发了另一个版本的你可以去看看 @TianTang1993 |
你是???发自我的荣耀手机-------- 原始邮件 --------发件人: xiulian <[email protected]>日期: 2021年1月28日周四 20:04收件人: cycz/jdBuyMask <[email protected]>抄送: Subscribed <[email protected]>主 题: Re: [cycz/jdBuyMask] 关于request中post的data参数是如何获取? (#93)
给你发了另一个版本的你可以去看看 @TianTang1993
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
你好 作为一个刚自学python不久的小白也想要一份参考一下 没有源码也没关系 可以大致看下怎么获取的么? 另外有些很讨厌的返回参数前面有数字 转不成json就很烦 想请教下怎么做才能固定获取里面某个项的值? |
非常感谢博主开源的代码,我想问一下在提交订单时,博主的data参数是怎么获取到的
data = {
'overseaPurchaseCookies': '',
'vendorRemarks': '[]',
'submitOrderParam.sopNotPutInvoice': 'false',
'submitOrderParam.trackID': 'TestTrackId',
'submitOrderParam.ignorePriceChange': '0',
'submitOrderParam.btSupport': '0',
'riskControl': self.risk_control,
'submitOrderParam.isBestCoupon': 1,
'submitOrderParam.jxj': 1,
'submitOrderParam.trackId': self.track_id, # Todo: need to get trackId
'submitOrderParam.eid': self.eid,
'submitOrderParam.fp': self.fp,
'submitOrderParam.needCheck': 1,
}
像submitOrderParam这样的参数值,是怎么获取到的?方便赐教一下吗?
The text was updated successfully, but these errors were encountered: