我正在尝试使用django中具有的方法,但它会生成JSON可序列化的错误

问题描述

@action(detail = False,Methods = ['post'])##礼节性的定义el metodo def generateGuia(自己,要求): ConsensenaEncriptada ='相反' 客户=客户('url / soap')

header_value = header

arrayGuias = [
  ''
]
envios2 = [{
  'Box':{
    'objEnvios': [{
      'EnviosExterno': {
        'idePaisDestino': 1
            .
            .
            .
        'objEnviosUnidadEmpaqueCargue': {
          'EnviosUnidadEmpaqueCargue':{
            .
            .
            .
          }
        }
      }
    }]

  }
}]
data3 = client.service.CargueMasivoExterno(envios = envios2,arrayGuias = arrayGuias,_soapheaders=[header_value])
print(data3)

## respuesta sin necesidad de serializer
return response.Response({
     'token': data3
    
})

响应: 类型为BoxResponse的对象不可JSON序列化

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)