|
@@ -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) {
|