diff --git a/Application/Mobile/View/Ssg/order.html b/Application/Mobile/View/Ssg/order.html
index 1e752618c..a9fa77510 100644
--- a/Application/Mobile/View/Ssg/order.html
+++ b/Application/Mobile/View/Ssg/order.html
@@ -26,7 +26,7 @@
- -
+
-
订单编号:{$data.order_id}
@@ -54,10 +54,10 @@
diff --git a/Application/Sdk/Controller/Ipa365Controller.class.php b/Application/Sdk/Controller/Ipa365Controller.class.php
index 782f2ad17..44c23e724 100644
--- a/Application/Sdk/Controller/Ipa365Controller.class.php
+++ b/Application/Sdk/Controller/Ipa365Controller.class.php
@@ -150,8 +150,8 @@ class Ipa365Controller extends BaseController{
$param['payway'] = 1;
$param['title'] = $price;
$param['body'] = $price;
- $param['callback'] = "https://api.wmtxkj.com/sdk.php/Ipa365/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}";
- $param['notifyurl'] = "https://api.wmtxkj.com/callback.php/Notify/notify/apitype/alipay";
+ $param['callback'] = "https://m.wmtxkj.com/sdk.php/Ipa365/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}";
+ $param['notifyurl'] = "https://m.wmtxkj.com/callback.php/Notify/notify/apitype/alipay";
$ret = $this->alipay($param);
@@ -214,8 +214,13 @@ class Ipa365Controller extends BaseController{
public function install_show() {
$orderId = I('order_id', 0);
$gameId = I('game_id', 0);
+ $userId = I('user_id', 0);
- $userId = $_SESSION['user_id'];
+ $user = M('user', 'tab_')->where(array(
+ 'id' => $userId
+ ))->find();
+
+// $userId = $_SESSION['user_id'];
if (!$userId ) {
$this->error("请登入", "/mobile.php/ssg/login");
}
diff --git a/Application/Sdk/View/default/Ipa365/pay.html b/Application/Sdk/View/default/Ipa365/pay.html
index 1bb04584d..6b8f9916e 100644
--- a/Application/Sdk/View/default/Ipa365/pay.html
+++ b/Application/Sdk/View/default/Ipa365/pay.html
@@ -69,7 +69,7 @@
{$price}元