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