diff --git a/app/admin/view/Cardextractor/card_shang_edit.html b/app/admin/view/Cardextractor/card_shang_edit.html
index 1e48581..ba45683 100755
--- a/app/admin/view/Cardextractor/card_shang_edit.html
+++ b/app/admin/view/Cardextractor/card_shang_edit.html
@@ -35,7 +35,11 @@
{if $info.special_imgurl}
diff --git a/app/api/controller/Pay.php b/app/api/controller/Pay.php
index 605a69d..85c5023 100755
--- a/app/api/controller/Pay.php
+++ b/app/api/controller/Pay.php
@@ -311,9 +311,9 @@ class Pay extends Base
// 生成新的支付通知URL
$notifyUrl = generatePayNotifyUrl($payment_type, $order_type, $user_id, $order_no, $callback_nonce_str);
$is_test = $user['istest'];
- if ($is_test == 2) {
- $price = 0.01;
- }
+ // if ($is_test == 2) {
+ // $price = 0.01;
+ // }
// 将通知URL和随机字符串保存到order_notify表中
Db::name('order_notify')->insert([
'order_no' => $order_no,