标签:接口 ngx 发送 log port == end 页面 集成
下载好容联云sdk
from .yuntongxun.sms import CCP ccp = CCP() ret = ccp.send_template_sms(mobile, [sms_code, sms_time // 60], constants.SMS_TEMPLATE_ID) if ret == -1: log.error("发送短信失败!接受短信用户:%s" % mobile ) return {"message": "短信发送失败!请刷新页面重新尝试发送或联系客服工作人员!"}
标签:接口 ngx 发送 log port == end 页面 集成
原文地址:https://www.cnblogs.com/jalen-123/p/13168685.html