浏览代码

调试支付

15954078560 2 年之前
父节点
当前提交
0ac2e8a87e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/api/controller/Pay.php

+ 2 - 2
application/api/controller/Pay.php

@@ -60,7 +60,7 @@ class Pay extends Api
                     'productPrice' => '29',
                     'productUnit' => '连续包月',
                     'productCount' => 1
-                ],
+                ]/*,
                 [
                     'productCode' => config('product_code'),
                     'productPrice' => '199',
@@ -72,7 +72,7 @@ class Pay extends Api
                     'productPrice' => '269',
                     'productUnit' => '特惠包两年',
                     'productCount' => 1
-                ],
+                ],*/
             ]
         ];
         $data = json_encode($data, 320);