|
@@ -526,7 +526,7 @@ class Application extends Base
|
|
|
DB::table('remote_application')->where('id',$application_id)->update(['report_status'=>4]);
|
|
|
if($remote_order) {
|
|
|
DB::commit();
|
|
|
- return true;
|
|
|
+ return json_encode(['status'=>'ok','code'=>'0000','oid'=>$remote_order['id'],'aid'=>$application_id]);
|
|
|
// DB::rollback();
|
|
|
// return json_encode(['status'=>'fail','code'=>'2019','已存在订单,请勿重复发起']);
|
|
|
}
|