卡单次金额上限
diff --git a/supwisdom/sp_communicate.c b/supwisdom/sp_communicate.c
index ee067c4..98d6096 100644
--- a/supwisdom/sp_communicate.c
+++ b/supwisdom/sp_communicate.c
@@ -135,6 +135,10 @@
     {
       card->feepara.fee_start = (uint8)field.val.intval;
     }
+    else if(IS_KEY(PK_INT_AMOUNT_LIMIT,field.key))
+    {
+      card->amountlimit = (uint32)field.val.intval;
+    }
   }
   //disp_hint_info(pos,"Éí·ÝÈÏÖ¤³É¹¦",DELAY_TIME1s);
   return 0;