haru haru %!s(int64=2) %!d(string=hai) anos
pai
achega
54a4a454d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      helper/refill/api/yl/yuke/RefillCallBack.php

+ 1 - 1
helper/refill/api/yl/yuke/RefillCallBack.php

@@ -39,7 +39,7 @@ class RefillCallBack implements refill\IRefillCallBack
         $order_id = $order_info['order_id'];
 
         if ($status === 2) {
-            $data['official_sn'] = $params['data']['callbackOtherAttr']['cert_no'];
+            $data['official_sn'] = $params['callbackOtherAttr']['cert_no'];
             Model('refill_order')->edit($order_id, $data);
             return [$order_id, true, false,true];
         }