KoubeiAdvertCommissionAdvchannelBindResponse.py 473 B

123456789101112131415
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. import json
  4. from alipay.aop.api.response.AlipayResponse import AlipayResponse
  5. class KoubeiAdvertCommissionAdvchannelBindResponse(AlipayResponse):
  6. def __init__(self):
  7. super(KoubeiAdvertCommissionAdvchannelBindResponse, self).__init__()
  8. def parse_response_content(self, response_content):
  9. response = super(KoubeiAdvertCommissionAdvchannelBindResponse, self).parse_response_content(response_content)