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