Commit d00a57b23c7fbe4a7d15aa38076d59741fd8ea82

Authored by liujiqiang
1 parent 7239ccfd

增加日志

Showing 1 changed file with 1 additions and 1 deletions
commons/api/openCard.py
... ... @@ -14,7 +14,7 @@ import requests
14 14 import json
15 15 import re
16 16 import time
17   -from interface.scripts import dealContentType as dCT
  17 +from commons.scripts import dealContentType as dCT
18 18  
19 19 def getCustomerInfo(gatewayHost=None,clientHeaders=None,cCNum=360101199301010275):
20 20 """
... ...