码迷,mamicode.com
首页 > 移动开发 > 详细

Python 阿里大于发送手机验证码

时间:2018-01-06 14:06:44      阅读:354      评论:0      收藏:0      [点我收藏+]

标签:xtend   xxxxx   key   top   exception   install   end   free   sms   

1.安装阿里大于的包

pip install top

2.事例脚本

# -*- coding: utf-8 -*-
import top.api

appkey = 2353xxxx
secret = e25296e930689453b6f577e5xxxxxxxx
req = top.api.AlibabaAliqinFcSmsNumSendRequest()
req.set_app_info(top.appinfo(appkey, secret))


req.extend = "123456"
req.sms_type = "normal"
req.sms_free_sign_name = "繁华网络"
req.sms_param = "{code:‘1234‘}"
req.rec_num = "1814439xxxx"
req.sms_template_code = "SMS_2629xxxx"
try :
     resp = req.getResponse()
     print (resp)
except Exception,e:
     print (e)

3.成功返回事例

{u‘alibaba_aliqin_fc_sms_num_send_response‘: {u‘result‘: {u‘msg‘: u‘OK‘, u‘model‘: u‘969322615209028960^0‘, u‘success‘: True, u‘err_code‘: u‘0‘}, u‘request_id‘: u‘2ewzkt9g9c2a‘}}

Python 阿里大于发送手机验证码

标签:xtend   xxxxx   key   top   exception   install   end   free   sms   

原文地址:https://www.cnblogs.com/fanhua999/p/8213731.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!