AlipayOpenPublicAdvertDeleteResponse.py 449 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 AlipayOpenPublicAdvertDeleteResponse(AlipayResponse):
  6. def __init__(self):
  7. super(AlipayOpenPublicAdvertDeleteResponse, self).__init__()
  8. def parse_response_content(self, response_content):
  9. response = super(AlipayOpenPublicAdvertDeleteResponse, self).parse_response_content(response_content)