You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
flyapps/fir_ser/api/utils/ali/client/api/certify.py

13 lines
229 B

#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Date: 2018/8/2
"""
实名认证相关接口实现, 实名认证三步走
认证初始化 > 开始认证 > 认证查询
"""
class AliCertification(object):
pass