为了账号安全,请及时绑定邮箱和手机立即绑定

python单个接口测试记录

标签:
Python

#encoding=utf-8
import chardet
import urllib
import requests
import json
import os
import hashlib
        '''校验短信验证码到接口'''
def checkVCodeBeforeLoginNew():
    head = {
            'Content-Type': "application/json",
            'X-Toon-User-ID': '9000037',
            'X-Toon-User-Token': '16c9f975-',
            'X-Toon-User-Agent': 'platform'
        }
    print "校验短信验证码到接口"
    data = json.dumps({"channel":"string","code":"string","deviceName":"string","deviceToken":"string","fromWhere":"string","idfa":"string","imei":"string","macAddress":"string","mobile":"21410665218","mobileVerfiyCode":"1111","teleCode":"0086","type":0,"uuid":"34545"})
    r = requests.post('{ip}', data= data,headers=head)
    print r.status_code
    print r.text
    #print type(r.json())
    #print str(r.json())

校验短信验证码到接口
200
{"meta":{"code":0,"message":"success"},"data":{"userId":9000037,"userName":"21410665218","token":"16c9f975-d5d7-4cef-9a12-fb8dc5a81792","personToken":"2f06e1c8f8372f1d2e87e89334177d28bc5453c80c53664c2ffd32700d84b26595e646b2c87a7ab1cc121271eecae42891167a68e65b5d573fb87eb5c446e3e3458d74acee38ef21dfacc4eff32140235ad96ba634ab66b686b2946ee45f726b","status":"1"}}

点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消