金柚静态 支付修改7
This commit is contained in:
@@ -96,10 +96,10 @@ class Jinyoujt extends Controller
|
||||
$OrderAmount = round(abs($package_info['Price'] * $request_data['buy_num']),2);
|
||||
|
||||
//判断价格是否正确
|
||||
// if ($OrderAmount != round(abs($request_data['price']),2)) {
|
||||
// $return_data['code'] = -1;
|
||||
// $return_data['msg'] = "价格有误,请联系客服!";
|
||||
// }
|
||||
if ($OrderAmount != round(abs($request_data['price']),2)) {
|
||||
$return_data['code'] = -1;
|
||||
$return_data['msg'] = "价格有误,请联系客服!";
|
||||
}
|
||||
|
||||
//判断是否实名
|
||||
if ($user_info['is_verify'] != 1) {
|
||||
|
||||
Reference in New Issue
Block a user