diff --git a/Application/Sdk/Controller/Ipa365Controller.class.php b/Application/Sdk/Controller/Ipa365Controller.class.php index 059b3cf90..645fe19bc 100644 --- a/Application/Sdk/Controller/Ipa365Controller.class.php +++ b/Application/Sdk/Controller/Ipa365Controller.class.php @@ -171,9 +171,11 @@ class Ipa365Controller extends BaseController{ $weixn = new Weixin(); $wx_pay = json_decode($weixn->weixin_pay('超级签消费', $orderId, $price, 'MWEB', 4), true); $this->assign("wxurl", $wx_pay['mweb_url']); + $this->assign("price", self::signprice); $this->assign("order_id", $orderId); $this->assign("game_name",$gameInfo['game_name']); + $this->assign("callback",$param['callback']); $this->display(); } diff --git a/Application/Sdk/View/default/Ipa365/pay.html b/Application/Sdk/View/default/Ipa365/pay.html index bfc909cd4..0189f8de4 100644 --- a/Application/Sdk/View/default/Ipa365/pay.html +++ b/Application/Sdk/View/default/Ipa365/pay.html @@ -40,7 +40,7 @@ body{ -->
- +
{$game_name}
@@ -74,22 +74,22 @@ body{ -
+ -