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