|
|
@@ -2394,7 +2394,10 @@ def add_wanzhu_consult(request):
|
|
|
params = {"type":"message","id":str(user_id)}
|
|
|
aliyunpush.push_notice_by_userid(0,title,body,params,"ios")
|
|
|
aliyunpush.push_notice_by_userid(0,title,body,params,"android")
|
|
|
-
|
|
|
+
|
|
|
+ #退款短信通知
|
|
|
+ if '退款' in content:
|
|
|
+ send_verify_code('18397565872','0000')
|
|
|
|
|
|
|
|
|
def add_comments(request):
|