stanley-king 1 년 전
부모
커밋
5da5e86120
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      helper/refill/order.php
  2. 1 1
      mobile/control/refill.php

+ 1 - 1
helper/refill/order.php

@@ -367,7 +367,7 @@ class order
             $this->mProductCode = $params['product_code'];
             $this->mThirdPorductType = $params['third_product_type'];
             $this->mThirdCardType = $params['third_card_type'];
-            $this->mRegionNo = 0;
+            $this->mRegionNo = $params['province'];
             $this->mIsTransfer = false;
             $this->mCardState = 0;
             $this->mCardType = $card_type;

+ 1 - 1
mobile/control/refill.php

@@ -109,7 +109,7 @@ class refillControl extends merchantControl
                 else {
                     $text = "中石油";
                 }
-                return self::outerr(207,"今日贵司{$amount}{$text}充值库存已经用完.");
+                return self::outerr(207,"今日贵司$amount {$text}充值库存已经用完.");
             }
         }