diff --git a/Application/Sdk/Controller/UserHController.class.php b/Application/Sdk/Controller/UserHController.class.php index 02bc6f54..a6205a32 100644 --- a/Application/Sdk/Controller/UserHController.class.php +++ b/Application/Sdk/Controller/UserHController.class.php @@ -90,7 +90,7 @@ class UserHController extends Controller 'game_id' => I('game_id'), 'order_id' => $out_trade_no, 'price' => $money, - 'type' => 'bind_pay', + 'type' => 'platform_pay', 'status' => 'normal', 'create_time' => time(), 'user_account' => $user_info['account'],