|
@@ -67,7 +67,6 @@ class RefillPhone extends refill\IRefillPhone
|
|
|
if ($resp === false) {
|
|
|
return [false, '系统错误'];
|
|
|
}
|
|
|
-
|
|
|
$status = $resp['status'];
|
|
|
if ($status === '001') {
|
|
|
$order_state = ORDER_STATE_SUCCESS;
|
|
@@ -97,6 +96,6 @@ class RefillPhone extends refill\IRefillPhone
|
|
|
foreach ($data as $key => $val){
|
|
|
$content .= $val;
|
|
|
}
|
|
|
- return sha1($content, true);
|
|
|
+ return sha1($content);
|
|
|
}
|
|
|
}
|