update template ID

FFIB преди 3 години
родител
ревизия
0f7d49645e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      api/maintenance_views.py

+ 1 - 1
api/maintenance_views.py

@@ -271,7 +271,7 @@ def maintenance_status_update_sendtemplatemessage(maintenance):
271 271
     wxcfg = WECHAT.get('MINIAPP', {})
272 272
     appid = wxcfg.get('appID')
273 273
     
274
-    sendtemplatemessage(openid=user.openid, template_id=settings.TEMPLATE_ID_COMPLEMENT, data=data, miniappid=appid, minipagepath='/pages/index/index')
274
+    sendtemplatemessage(openid=user.openid, template_id=settings.TEMPLATE_ID_MAINTENANCE, data=data, miniappid=appid, minipagepath='/pages/index/index')
275 275
 
276 276
 
277 277
 def is_maintenance_tracking_signed(tracking_info):