From e30580791e4da773caf4ea406f329283eebb2511 Mon Sep 17 00:00:00 2001 From: zhengchanglong Date: Fri, 18 Oct 2019 16:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E7=BA=A7=E5=89=8D=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=87=91=E9=A2=9D=E6=94=B9=E4=B8=BA0.01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/Ipa365Controller.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/Ipa365Controller.class.php b/Application/Sdk/Controller/Ipa365Controller.class.php index 00780a156..7b1755189 100644 --- a/Application/Sdk/Controller/Ipa365Controller.class.php +++ b/Application/Sdk/Controller/Ipa365Controller.class.php @@ -7,7 +7,7 @@ use Mobile\Controller\SsgController; // a8eeac3335cef5ee117d357738598f691932513b class Ipa365Controller extends BaseController{ - const signprice = 10; // 超级签价格 + const signprice = 0.01; // 超级签价格 public $userinfo; public function __construct() {