def getBizToken(data): url = host + '/discernApi/getBizToken' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def getIdentityInfoByCustId(data): url = host + '/authorization/getIdentityInfoByCustId' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def sendOCRTime(data): url = host + '/authorization/sendOCRTime' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def doRegister(data): url = host + '/reg/doRegister' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def getProductInfo(data): url = host + '/product/getProductInfo' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def partRepayTry(data): url = host + '/repay/partRepayTry' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def creditForH5Risk(data): url = host + '/order/creditForH5Risk' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def bindCardSendSmsCode(data): url = host + '/basicinfo/bindCardSendSmsCode' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def bindCardCheckSmsCode(data): url = host + '/basicinfo/bindCardCheckSmsCode' method = 'POST' requestType = 'data' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def getBank(data): url = host + '/basicinfo/getBank' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def bankCard(data): url = host + '/discernApi/bankCard' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def getSupportBankList(data): url = host + '/msg/getSupportBankList' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def basicinfogetComplete(data): url = host + '/basicinfo/getComplete' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def producthomePage(data): url = host + '/product/homePage' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def isCanRepay(data): url = host + '/order/isCanRepay' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def updatePassWord(data): url = host + '/basicinfo/updatePassWord' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def repaymentPlanList(data): url = host + '/repay/repaymentPlanList' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def getOrderPageInfo(data): url = host + '/order/getOrderPageInfo' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def directRepay(data): url = host + '/repay/directRepay' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def login(data): url = host + '/login/login' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def saveH5gid(data): url = host + '/authorization/saveH5gid' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def checkPayPassword(data): url = host + '/basicinfo/checkPayPassword' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def reggetSmsCode(data): url = host + '/reg/getSmsCode' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def createOrder(data): url = host + '/order/createOrder' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def applyProduct(data): url = host + '/product/applyProduct' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def checkTimePeriod(data): url = host + '/product/checkTimePeriod' method = 'POST' requestType = 'data' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def checkOCRTimes(data): url = host + '/authorization/checkOCRTimes' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def repayreceipt(data): url = host + '/repay/receipty' method = 'POST' requestType = 'data' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def idCardBack(data): url = host + '/discernApi/idCardBack' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r
def maintenanceinfo(data): url = host + '/maintenance/info' r = RequestMethodJC.sendrequest(s, url, method, requestType, data) return r