赵明 1 year atrás
parent
commit
b252c9eda7

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

@@ -57,7 +57,7 @@ class RefillPhone extends refill\IRefillPhone
 
             $status = $resp['data']['status'];
             if ($status == 'waiting') {
-                return [true, $resp['data']['operatorTradeNo'], false];
+                return [true, $resp['data']['inTradeNo'], false];
             } else {
                 return [false, $resp['data']['statusDesc'], false];
             }

BIN
helper/refill/api/xyz/weisanhuo/~$help.doc