stanley-king 1 year ago
parent
commit
56b8232c7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/api/mh/seven_kami/RefillPhone.php

+ 1 - 1
helper/refill/api/mh/seven_kami/RefillPhone.php

@@ -120,7 +120,7 @@ class RefillPhone extends refill\IRefillPhone
             $nRtn = intval($resp['nRtn']);
             if ($nRtn === 5012) {
                 $official_sn = config::get_osn($resp['szRtnMsg'] ?? '');
-                Model('refill_order')->edit($refill_info['szOrderId'], ['official_sn' => $official_sn]);
+                Model('refill_order')->edit($refill_info['order_id'], ['official_sn' => $official_sn]);
                 $order_state = ORDER_STATE_SUCCESS;
             }
             elseif($nRtn === 5013) {