2 Commits 51874d7185 ... 232e4ed2f9

Author SHA1 Message Date
  xjconline 232e4ed2f9 Merge branch 'v3.0-app' of http://118.190.145.217:3000/xiaojincai/wanzb_v3_api into v3.0-app 2 months ago
  xjconline 2fe0413cd0 update 2 months ago
2 changed files with 3 additions and 5 deletions
  1. 1 1
      src/utils/aliyun_sms.py
  2. 2 4
      templates/topic/xsSignup.html

+ 1 - 1
src/utils/aliyun_sms.py

@@ -29,7 +29,7 @@ def send_verify_code(phone,code):
     request.add_query_param('PhoneNumbers', phone)
     request.add_query_param('SignName', "顽主杯")
     #request.add_query_param('TemplateCode', "SMS_243482769")
-    request.add_query_param('TemplateCode', "SMS_243487831")
+    request.add_query_param('TemplateCode', "SMS_482400002")
     request.add_query_param('TemplateParam', json.dumps({"code":code}))
     response = client.do_action(request)
     print(response)

+ 2 - 4
templates/topic/xsSignup.html

@@ -66,10 +66,8 @@
         </div>
         
         <div class="data">
-          千万组:300W以上<br/>
-          
-          百万组:50W到300W<br/>
-          十万组:10W到50W<br/>
+          千百万组:100W以上<br/>
+          十万组:10W到100W<br/>
           菜鸟组:10W以下<br/>
           {{info.awards_content}}<br/>
         </div>