stanley-king 1 年之前
父節點
當前提交
56b8232c7b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {