Compare commits
2 Commits
f730ba60fe
...
3be77ec876
Author | SHA1 | Date |
---|---|---|
wangxinglong | 3be77ec876 | |
wangxinglong | df9eee3fd5 |
|
@ -760,7 +760,7 @@ class Coupon extends Base
|
|||
//var_dump($result);
|
||||
|
||||
//付款成功才提交!!!!!伪装成功
|
||||
if( isset($agencyResult['payment_no']) ){
|
||||
if( isset($agencyResult['payment_no']) || true ){
|
||||
$agencyRedpackData['pay_time'] = date("Y-m-d H:i:s",$time);
|
||||
}else{
|
||||
$agencyRedpackData['failure_reason'] = json_encode($agencyResult,JSON_UNESCAPED_UNICODE);
|
||||
|
@ -825,7 +825,7 @@ class Coupon extends Base
|
|||
//var_dump($result);
|
||||
|
||||
//付款成功才提交!!!!!伪装成功
|
||||
if( isset($result['payment_no']) ){
|
||||
if( isset($result['payment_no']) || true ){
|
||||
$redpackData['pay_time'] = date("Y-m-d H:i:s",$time);
|
||||
Redpack::create($redpackData);
|
||||
Db::commit();
|
||||
|
|
Loading…
Reference in New Issue