Browse Source

修改路径

zhangdongming 2 năm trước cách đây
mục cha
commit
55126bb9be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/UnicomCombo/UnicomComboController.py

+ 1 - 1
Controller/UnicomCombo/UnicomComboController.py

@@ -294,7 +294,7 @@ class UnicomComboView(View):
                     UnicomObjeect().change_device_to_activate(iccid)
                     describe = '重置4G流量序列号{},iccid:{}'.format(serial_no, iccid)
                     ip = CommonService.get_ip_address(request)
-                    cls.create_operation_log('unicom/api/sim-order', ip, request_dict, describe)
+                    cls.create_operation_log('unicom/api/device-status', ip, request_dict, describe)
                 return response.json(0)
         except Exception as e:
             print(e.args)