* @version : HUOSDK 8.0 */ return [ /* 基础信息 */ 'cfloat/base/info' => 'cfloat/Base/index', /* 我的 */ 'cfloat/user/index' => 'cfloat/User/index',/* 用户信息 */ 'cfloat/user/nickname/update' => 'cfloat/User/updateNickname',/* 修改用户昵称 */ 'cfloat/user/passwd/update' => 'cfloat/User/updatePwd',/* 修改用户密码 */ 'cfloat/order/list' => 'cfloat/Order/index',/* 充值记录 */ /* 开服 */ 'cfloat/gameserver/list' => 'cfloat/Gameserver/index',/* 游戏开服列表 */ /* 礼包 */ 'cfloat/gift/list' => 'cfloat/Gift/index',/* 礼包列表 */ 'cfloat/gift/detail' => 'cfloat/Gift/detail',/* 礼包详情页 */ 'cfloat/user/gift/add' => 'cfloat/Gift/add',/* 礼包领取 */ /* 客服 */ 'cfloat/help/index' => 'cfloat/Help/index',/* 客服 */ 'cfloat/feedback/add' => 'cfloat/Help/feedback',/* 意见反馈 */ /* 资讯 */ 'cfloat/news/list' => 'cfloat/News/index',/* 资讯列表 */ 'cfloat/news/detail' => 'cfloat/News/detail',/* 资讯详情 */ /* 消息 */ 'cfloat/msg/list' => 'cfloat/Message/index',/* 消息列表 */ 'cfloat/msg/detail' => 'cfloat/Message/detail',/* 消息详情 */ /* 绑定手机 */ 'cfloat/sms/send' => 'cfloat/Sms/index',/* 发送短信 */ 'cfloat/bind/info' => 'cfloat/Sms/info',/* 用户密保信息 */ 'cfloat/sms/checkold' => 'cfloat/Sms/verifyOldMobile',/* 校验原有手机 */ 'cfloat/mobile/bind' => 'cfloat/Sms/bindPost',/* 校验原有手机 */ /* 小号管理 */ 'cfloat/account/list' => 'cfloat/Account/index',/* 小号列表 */ 'cfloat/account/add' => 'cfloat/Account/add',/* 添加小号 */ 'cfloat/account/change' => 'cfloat/Account/change',/* 切换小号 */ /* 实名认证 */ 'cfloat/identify/set' => 'cfloat/Identify/save',/* 实名认证-设置 */ /* 平台币 */ 'cfloat/ptb/consume_record' => 'cfloat/Ptb/consumeRecord',/* 平台币消费记录列表 */ 'cfloat/ptb/recharge_record' => 'cfloat/Ptb/rechargeRecord',/* 平台币充值记录列表 */ 'cfloat/ptb/recharge' => 'cfloat/Ptb/recharge',/* 平台币充值 */ 'cfloat/ptb/pay/post' => 'cfloat/Ptb/payPost',/* 选择支付进行支付 */ 'cfloat/ptb/order/query' => 'cfloat/Ptb/orderQuery',/* 查询支付结果 */ /* 游戏币 */ 'cfloat/gamemoney/recharge_record' => 'cfloat/Gm/rechargeRecord',/* 游戏币充值记录列表 */ 'cfloat/gamemoney/recharge' => 'cfloat/Gm/recharge',/* 游戏币充值 */ 'cfloat/gamemoney/pay/post' => 'cfloat/Gm/payPost',/* 选择支付进行支付 */ 'cfloat/gamemoney/order/query' => 'cfloat/Gm/orderQuery',/* 查询支付结果 */ /* 支付相关 */ 'cfloat/alipay/return' => 'cfloat/Alipay/returnUrl', /* 支付宝前台通知地址 */ 'cfloat/alipay/show' => 'cfloat/Alipay/showUrl', /* 支付宝前台展示地址 */ 'cfloat/wxpay/return' => 'cfloat/Wxpay/returnUrl', /* 微信前台通知地址 */ 'cfloat/wxpay/show' => 'cfloat/Wxpay/showUrl', /* 微信前台展示地址 */ ];