|
@@ -952,7 +952,7 @@ class UnicomManageControllerView(View):
|
|
|
data = {'iccid': iccid, 'operator': 3}
|
|
|
wx_tech = WXTechObject()
|
|
|
result = wx_tech.get_cards_info(**data)
|
|
|
- LOGGER.info(f'查询电信卡状态结果:{result}')
|
|
|
+ LOGGER.info(f'查询iccid{iccid}状态结果:{result}')
|
|
|
return status_dict.get(int(result['data']['cardStatusCode']), 'N/A')
|
|
|
|
|
|
elif card_type == 3:
|