This commit is contained in:
shengchanzhe 2023-09-02 20:54:14 +08:00
parent 06824cb8bf
commit 2549309570

View File

@ -135,7 +135,7 @@ class JunziqianController extends BaseApiController
//签约
public function Signing($data, $id, $notify = '')
{
if($notify!=''){
if($notify==''){
$notify=env('url.url_prefix').'/notify_url';
}
$requestUtils = new RequestUtils($this->serviceUrl, $this->appkey, $this->appSecret);