Exemplo n.º 1
0
def getBizToken(data):
    url = host + '/discernApi/getBizToken'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 2
0
def getIdentityInfoByCustId(data):
    url = host + '/authorization/getIdentityInfoByCustId'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 3
0
def sendOCRTime(data):
    url = host + '/authorization/sendOCRTime'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 4
0
def doRegister(data):
    url = host + '/reg/doRegister'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 5
0
def getProductInfo(data):
    url = host + '/product/getProductInfo'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 6
0
def partRepayTry(data):
    url = host + '/repay/partRepayTry'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 7
0
def creditForH5Risk(data):
    url = host + '/order/creditForH5Risk'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 8
0
def bindCardSendSmsCode(data):
    url = host + '/basicinfo/bindCardSendSmsCode'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 9
0
def bindCardCheckSmsCode(data):
    url = host + '/basicinfo/bindCardCheckSmsCode'
    method = 'POST'
    requestType = 'data'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 10
0
def getBank(data):
    url = host + '/basicinfo/getBank'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 11
0
def bankCard(data):
    url = host + '/discernApi/bankCard'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 12
0
def getSupportBankList(data):
    url = host + '/msg/getSupportBankList'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 13
0
def basicinfogetComplete(data):
    url = host + '/basicinfo/getComplete'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 14
0
def producthomePage(data):
    url = host + '/product/homePage'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 15
0
def isCanRepay(data):
    url = host + '/order/isCanRepay'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 16
0
def updatePassWord(data):
    url = host + '/basicinfo/updatePassWord'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 17
0
def repaymentPlanList(data):
    url = host + '/repay/repaymentPlanList'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 18
0
def getOrderPageInfo(data):
    url = host + '/order/getOrderPageInfo'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 19
0
def directRepay(data):
    url = host + '/repay/directRepay'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 20
0
def login(data):
    url = host + '/login/login'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 21
0
def saveH5gid(data):
    url = host + '/authorization/saveH5gid'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 22
0
def checkPayPassword(data):
    url = host + '/basicinfo/checkPayPassword'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 23
0
def reggetSmsCode(data):
    url = host + '/reg/getSmsCode'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 24
0
def createOrder(data):
    url = host + '/order/createOrder'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 25
0
def applyProduct(data):
    url = host + '/product/applyProduct'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 26
0
def checkTimePeriod(data):
    url = host + '/product/checkTimePeriod'
    method = 'POST'
    requestType = 'data'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 27
0
def checkOCRTimes(data):
    url = host + '/authorization/checkOCRTimes'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 28
0
def repayreceipt(data):
    url = host + '/repay/receipty'
    method = 'POST'
    requestType = 'data'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 29
0
def idCardBack(data):
    url = host + '/discernApi/idCardBack'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r
Exemplo n.º 30
0
def maintenanceinfo(data):
    url = host + '/maintenance/info'
    r = RequestMethodJC.sendrequest(s, url, method, requestType, data)
    return r