diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index 40c4f692..d95f7c17 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -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();