新增商户审核发布申请

This commit is contained in:
yaooo 2023-09-13 14:45:32 +08:00
parent 81c42ba878
commit e4f89b9edb

View File

@ -97,7 +97,7 @@ class MerchantIntention extends BaseController
//发送商户入驻申请
public function sendMerIntentionApply($data)
{
$postUrl = env('TASK_WORKER_HOST_URL') . '/api/lstSet';
$postUrl = env('TASK_WORKER_HOST_URL') . '/api/merApply';
Log::info("商户入驻申请HOST: {$postUrl}");
Log::info("发送商户入驻申请信息: " . json_encode($data));
$ch = curl_init();