新增商户审核发布申请
This commit is contained in:
parent
81c42ba878
commit
e4f89b9edb
@ -97,7 +97,7 @@ class MerchantIntention extends BaseController
|
|||||||
//发送商户入驻申请
|
//发送商户入驻申请
|
||||||
public function sendMerIntentionApply($data)
|
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("商户入驻申请HOST: {$postUrl}");
|
||||||
Log::info("发送商户入驻申请信息: " . json_encode($data));
|
Log::info("发送商户入驻申请信息: " . json_encode($data));
|
||||||
$ch = curl_init();
|
$ch = curl_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user