File “/ql/data/scripts/maotai/iMTShop.py“, line 276, in
s += “----------------“+userName + ‘_‘ + \
~~~~~~~~~~~~~~~~~~^~~~~~~~~
TypeError: can only concatenate str (not “NoneType“) to str
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/ql/data/scripts/maotai/iMTShop.py“, line 292, in
s += userName + ‘_‘ + mobile + “异常信息“+e
~~~~~~~~~^~~~~
TypeError: unsupported operand type(s) for +: ‘NoneType‘ and ‘str‘