diff --git a/FlyCube/Api/Controller/PayController.class.php b/FlyCube/Api/Controller/PayController.class.php index 5b1b82c..b5aa37c 100644 --- a/FlyCube/Api/Controller/PayController.class.php +++ b/FlyCube/Api/Controller/PayController.class.php @@ -76,7 +76,7 @@ class PayController extends PublicController //设置获取签名的订单参数 $orderParameter = [ 'out_trade_no' => $order['order_sn'], - 'description' => '', //存商品名称吧 后期在做调整 暂时空置 + //'description' => '', //存商品名称吧 后期在做调整 暂时空置 'attach' => $order['shop_id'], // 将 shop_id 存放在 attach 字段 'amount' => [ 'total' => $order['total_price'] * 100, //单位:分