Modules\System\Http\Controllers\Api\WeChatController::oauthUrl
{ "redirect_url": "http://example.com", "state": "string" }
curl --location '/api/system/wechat/oauth_url' \ --header 'Content-Type: application/json' \ --data '{ "redirect_url": "http://example.com", "state": "string" }'
{ "code": 200, "message": "", "data": null }