NotifyType 调整为短信

FFIB %!s(int64=8) %!d(string=hace) meses
padre
commit
69f0e37917
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/lensman/contract_mp_views.py

+ 1 - 1
api/lensman/contract_mp_views.py

@@ -128,7 +128,7 @@ def create_contribution_contract_flow(lensman):
128 128
     Approvers = [{
129 129
         "ApproverType": 1,
130 130
         "Required": True,
131
-        "NotifyType": None,
131
+        "NotifyType": 'SMS',
132 132
         "ApproverMobile": lensman.phone,
133 133
         "ApproverName": lensman.identity_card_name,
134 134
         "ApproverIdCardType": "ID_CARD",