劣头

Results 3 comments of 劣头

``` utils.api.post('/path/to') .type("form") .send(utils.data.iOSApp) .send({token: new_user_platform.token}) .send({ 'email': new_user_email.user.email, 'password': utils.DEFAULT_PASSWORD }) ``` ``` curl -X POST -H "content-type: application/x-www-form-urlencoded" -H "content-length: 141" -d '{"mobile":"18657072366","password":"password","nickname":"test1-4kg73vV7Gg","verifycode":"1179527","phonecode":"86","countrycode":"CN","v":"i6.5.0","vc":"AppStore","vd":"ABCDEFG"}' "http://10.1.14.251/path/to" ```

yes it is the http header part is correct

I found you did some compatible check in ops.py but not in cnn.py. I did some fix so it could run on my MBP. Not a big problem. 小伙不错加油