diff --git a/FlyCube/Api/Controller/PayController.class.php b/FlyCube/Api/Controller/PayController.class.php index 3e8de48..23762cc 100644 --- a/FlyCube/Api/Controller/PayController.class.php +++ b/FlyCube/Api/Controller/PayController.class.php @@ -75,7 +75,7 @@ class PayController extends PublicController //设置获取签名的订单参数 $orderParameter = [ 'out_trade_no' => $order['order_sn'], - //'description' => '', //存商品名称吧 后期在做调整 暂时空置 + 'description' => '餐品', //存商品名称吧 后期在做调整 // 'attach' => strval($order['shop_id']), // 将 shop_id 转为字符串 'amount' => [ 'total' => $order['total_price'] * 100, //单位:分