stanley-king 3 년 전
부모
커밋
0458d9ca05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      helper/refill/api/xyz/suning/RefillPhone.php

+ 1 - 1
helper/refill/api/xyz/suning/RefillPhone.php

@@ -39,7 +39,7 @@ class RefillPhone extends refill\IRefillPhone
         $params['orderTime'] = date("YmdHis",time());
         $params['partnerOrderNo'] = $order_sn;
         $params['productNo'] = $product_code;
-        $params['quantity'] = $quantity;
+        $params['quantity'] = 1;
         $params['amount'] = $quantity * 100;
         return $params;
     }