1. gitlab http://gitlab.pinjamango.com:8088 huweikang huweikang123@
    2. vpn huweikang123@
    3. 阿里企业邮箱:http://mail.hichina.com
    4. 账号: hwk@cashrocket.com.ph
    5. 密码:hH123456789
    1. # docker
    2. 192.168.232.128
    3. # local
    4. 192.168.5.172
    1. 印度测试
    2. http://192.168.100.112:8094/xxl-job-admin/toLogin
    3. admin
    4. 123456
    5. 阿波罗配置中心
    6. http://192.168.100.112:3007/signin
    7. apollo
    8. admin
    9. 后台管理
    10. http://192.168.100.111:3001/#/conf/finance/repay/has-repay
    11. StarLoan
    12. StarLoan

    http://192.168.100.112:8087/audit/audit/order/lastOrderCheck
    http://192.168.100.112:8087/audit/order/lastOrderCheck/batchAgreeToLendMoney
    http://192.168.100.112:8087/finance/cwManage/batchAgreeToLendMoney

    type exchangeName queue 说明
    fanout exchange_order_created rcd_audit_order_create 订单到信审队列
    fanout exchange_audit_to_rca exchange_audit_to_rca_queue 信审到决策系统交换机
    fanout exchange_rca_to_audit queue_rca_to_audit 决策到信审交接机
    fanout exchange_audit_pass queue_order_audit_pass 信审通过交换机
    fanout exchange_order_create_finance queue_cw_finance_order_create 订单到财务交换机
    fanout exchange_loan_payout queue_payment_loan_payout 手动放款 财务->支付
    fanout exchange_payment_payout_success queue_payment_payout_success 财务放款成功
    fanout exchange_payment_payout_failure 财务放款失败
    fanout exchange_loan_success queue_order_loan_success

    queue_loan_success_operation
    放款成功 财务->订单系统
    放款成功 财务->运营系统
    1. 删除
    2. update india_customer.ctm_user set phone = CONCAT(phone,'aa') where id IN (1208528);
    3. update india_finance.f_loan_record set user_phone = CONCAT(user_phone,'aa') where user_id IN (1208528);
    4. update india_finance.f_finance_order set user_phone = CONCAT(user_phone,'aa') where user_id IN (1208528);
    5. update india_collection.cl_overdue_info set phone = CONCAT(phone,'aa') where user_id IN (1208528);
    6. update india_collection.cl_ycs_overdue_info set phone = CONCAT(phone,'aa') where user_id IN (1208528);
    7. update india_collection.cl_repay_record set user_phone = CONCAT(user_phone,'aa') where user_id IN (1208528);
    8. update india_audit.audit_order set user_phone = CONCAT(user_phone,'aa') where user_id IN (1208528);
    9. update india_order.ord_order set user_phone = CONCAT(user_phone,'aa') where user_id IN (1208528);