mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
支付优化
This commit is contained in:
@ -272,5 +272,19 @@ class Order extends Common
|
||||
return ApiService::ApiDataReturn(OrderService::OrderDelete($params));
|
||||
}
|
||||
|
||||
/**
|
||||
* 支付状态校验
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 1.0.0
|
||||
* @date 2019-01-08
|
||||
* @desc description
|
||||
*/
|
||||
public function PayCheck()
|
||||
{
|
||||
$params = $this->data_post;
|
||||
$params['user'] = $this->user;
|
||||
return ApiService::ApiDataReturn(OrderService::OrderPayCheck($params));
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user