add message
This commit is contained in:
parent
027b5d773e
commit
ead6de5bf1
|
@ -18,7 +18,7 @@ def sent_sms_code(phone, code):
|
||||||
def sent_sms_notify(phone, type):
|
def sent_sms_notify(phone, type):
|
||||||
clnt = YunpianClient('304eb08353f7ebf00596737acfc31f53')
|
clnt = YunpianClient('304eb08353f7ebf00596737acfc31f53')
|
||||||
if type == 0:
|
if type == 0:
|
||||||
param = {YC.MOBILE: phone ,YC.TEXT:'【甘肃大未来科技】政务新媒体管理APP有新消息,请及时登录处理。(若其他管理员已处理,请忽略)'}
|
param = {YC.MOBILE: phone ,YC.TEXT:'【甘肃大未来科技】政务新媒体管理APP有新消息,请及时登录处理。(若其他管理员已处理,请忽略)*测试*'}
|
||||||
else:
|
else:
|
||||||
param = {YC.MOBILE: phone ,YC.TEXT:'【甘肃大未来科技】政务新媒体管理APP有新任务,请及时登录处理。'}
|
param = {YC.MOBILE: phone ,YC.TEXT:'【甘肃大未来科技】政务新媒体管理APP有新任务,请及时登录处理。'}
|
||||||
r = clnt.sms().single_send(param)
|
r = clnt.sms().single_send(param)
|
||||||
|
|
Loading…
Reference in New Issue