NotifyType 调整为短信

FFIB 8 月之前
父节点
当前提交
69f0e37917
共有 1 个文件被更改,包括 1 次插入1 次删除
  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",