更新
This commit is contained in:
parent
4c68e54391
commit
efe604afe6
@ -86,7 +86,7 @@ class JunziqianController extends BaseApiController
|
|||||||
if (isset($data['master_email'])) {
|
if (isset($data['master_email'])) {
|
||||||
$request->emailOrMobile = $data['master_email']; //邮箱
|
$request->emailOrMobile = $data['master_email']; //邮箱
|
||||||
}
|
}
|
||||||
$request->notifyUrl = 'https://worker-task.lihaink.cn/v1/notify_authentication?id=' . $data['id'];
|
$request->notifyUrl = 'https://worker-task.lihaink.cn/notify_authentication?id=' . $data['id'];
|
||||||
// $request->emailOrMobile = ; //邮箱
|
// $request->emailOrMobile = ; //邮箱
|
||||||
//发起创建企业请求
|
//发起创建企业请求
|
||||||
$response = $requestUtils->doPost("/v2/user/organizationCreate", $request);
|
$response = $requestUtils->doPost("/v2/user/organizationCreate", $request);
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
use think\facade\Route;
|
use think\facade\Route;
|
||||||
|
|
||||||
Route::group('v1', function () {
|
Route::group('v1', function () {
|
||||||
Route::post('/notify_authentication','/Index/notifyAuthentication');
|
|
||||||
Route::post('/notify_property','/Index/notifyProperty');
|
Route::post('/notify_property','/Index/notifyProperty');
|
||||||
})->prefix('api');
|
})->prefix('api');
|
||||||
|
Route::post('/notify_property','/Index/notifyProperty');
|
Loading…
x
Reference in New Issue
Block a user