diff --git a/Application/Callback/Controller/Notify2Controller.class.php b/Application/Callback/Controller/Notify2Controller.class.php index 2c7e99c0..1bd66ece 100644 --- a/Application/Callback/Controller/Notify2Controller.class.php +++ b/Application/Callback/Controller/Notify2Controller.class.php @@ -3,6 +3,7 @@ namespace Callback\Controller; use Org\UcenterSDK\Ucservice; +use Think\Log; /** @@ -40,7 +41,6 @@ class Notify2Controller extends BaseController $aop = new \AopClient(); $aop->alipayrsaPublicKey = file_get_contents("./Application/Sdk/SecretKey/alipay/alipay2_public_key.txt"); $result = $aop->rsaCheckV1($notify,'','RSA2'); - if ($result) { //获取回调订单信息 if (I('get.methodtype') == "notify") { diff --git a/Application/Sdk/Controller/ChangyanController.class.php b/Application/Sdk/Controller/ChangyanController.class.php index fa7c401d..af297a28 100644 --- a/Application/Sdk/Controller/ChangyanController.class.php +++ b/Application/Sdk/Controller/ChangyanController.class.php @@ -48,8 +48,8 @@ class ChangyanController extends Controller { // $this->assign('game_id',"1"); // $this->display("WapPay/wap_shortcut_pay"); - $this->display("UserH/platform_pay"); - // $this->display("Spend/paycallback"); + // $this->display("UserH/platform_pay"); + $this->display("UserH/platform_pay_show"); # code... } diff --git a/Application/Sdk/Controller/GameGiftController.class.php b/Application/Sdk/Controller/GameGiftController.class.php index b1f96320..f9448c8c 100644 --- a/Application/Sdk/Controller/GameGiftController.class.php +++ b/Application/Sdk/Controller/GameGiftController.class.php @@ -14,6 +14,7 @@ class GameGiftController extends BaseController{ $gift = M("Giftbag","tab_"); $map['game_id'] = $request['game_id']; $map['status']=1; + $map['giftbag_name'] = ['NEQ','超级签专属礼包']; $row = $request['row']?:10; $page = $request['p']?:1; switch ($request['sdk_version']) { diff --git a/Application/Sdk/View/default/UserH/platform_pay_show.html b/Application/Sdk/View/default/UserH/platform_pay_show.html index 9cbcdfe9..55210dd7 100644 --- a/Application/Sdk/View/default/UserH/platform_pay_show.html +++ b/Application/Sdk/View/default/UserH/platform_pay_show.html @@ -17,7 +17,7 @@