stanley-king 4 年之前
父节点
当前提交
09644c0c52
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/refill/api/xyz/yunling/RefillPhone.php

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

@@ -78,7 +78,7 @@ class RefillPhone extends refill\IRefillPhone
             $resultno = intval($resp['resultno']);
             if ($resultno === 1) {
                 $order_state = ORDER_STATE_SUCCESS;
-                $updata['official_sn'] = $resp['supnumber '];
+                $updata['official_sn'] = $resp['supnumber'];
                 Model('refill_order')->edit($refill_info['order_id'], $updata);
             } elseif ($resultno === 9) {
                 $order_state = ORDER_STATE_CANCEL;