|
@@ -1247,6 +1247,9 @@ class Customer extends Start_Controller {
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'交易号必须填写','success'=>false));exit;
|
|
|
}
|
|
|
+ if(empty($post['paypal'])){
|
|
|
+ echo json_encode(array('msg'=>'交易号必须填写','success'=>false));exit;
|
|
|
+ }
|
|
|
$express = $this->express->read($post['express']);
|
|
|
if($post['zsbjz'] > $express['sbjz'])
|
|
|
{
|