Commit d6ca2ad7 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent a41032ec
......@@ -156,6 +156,8 @@ class BaiwangApiService extends PlatformAbstractService
$response = json_decode($response,true);
if($response && $response['code'] == 0){
return $response['data'];
}elseif($response['code'] == -1){
throw new \Exception($response['message']);
}
return false;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment