UNPKG

npmchenwei111

Version:

test1111

42 lines (32 loc) 1.5 kB
/** * Created by changwei on 2017/8/21. */ const YoujieApi = { authentic_status: '/youjie/authentic/status', authentic_needinfo: '/youjie/authentic/needinfo', match_company: '/youjie/company/match', match_company_status: '/youjie/company/match/status', match_company_details: '/youjie/company/companydetails', get_carriers_operator: '/youjie/carriers/operator/get', bind_carriers_servicecode: '/youjie/carriers/servicecode/bind', submit_carriers_operatorcode: '/youjie/carriers/operatorcode/submit', carriers_operatorcode_status: '/youjie/carriers/operatorcode/status', get_zmxy_userinfo: '/youjie/zmxy/userinfo/get', get_zmxy_url: '/youjie/zmxy/url', check_identity: '/youjie/identity/check', save_identity: '/youjie/identity/save', borrow_apply_info: '/youjie/borrow/apply/info', borrow_repay_detail: '/youjie/borrow/repay/detail', order_submit: '/youjie/order/submit', order_submit_cancel: '/youjie/company/cancel/submit', order_type_list: '/youjie/order/ordertypelist', user_common_question: 'youjie/user/common/question', carriers_reset_password: '/youjie/carriers/reset/password', order_recommend_list: '/youjie/order/recommend/list', get_company_cash_month: '/youjie/company/cashmonth/get', get_company_details: '/youjie/company/details/get', get_company_informs: '/youjie/company/informs/get', get_company_month: '/youjie/company/month/get', get_company_repayment: '/youjie/company/repayment/get', } export default YoujieApi