{"id":11,"date":"2026-08-28T16:46:51","date_gmt":"2026-08-28T07:46:51","guid":{"rendered":"https:\/\/house-cook.com\/ai-sb-db\/?page_id=11"},"modified":"2026-09-10T17:29:15","modified_gmt":"2026-09-10T08:29:15","slug":"new-member-sign-up","status":"publish","type":"page","link":"https:\/\/house-cook.com\/ai-sb-db\/new-member-sign-up\/","title":{"rendered":"\u7121\u6599\u30e1\u30f3\u30d0\u30fc\u304a\u7533\u8fbc\u307f"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_fullwidth_image_0 et_pb_fullwidth_image et-pb-has-background-video et_pb_preload et_pb_module\" title=\"\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal\"><span class=\"et-pb-background-video et-pb-background-video_tablet\"><video autoplay loop playsinline muted><source type=\"video\/mp4\" data-src=\"https:\/\/candgcloud.us\/pod-agent\/wp-content\/uploads\/\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal.mp4\" \/><\/video><\/span><span class=\"et-pb-background-video\"><video autoplay loop playsinline muted><source type=\"video\/mp4\" data-src=\"https:\/\/candgcloud.us\/pod-agent\/wp-content\/uploads\/\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal.mp4\" \/><\/video><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p style=\"text-align: center;\">== \u4e16\u754cPOD\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8 ==<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1 style=\"text-align: center;\"><span style=\"color: #00a5d4;\">\u7121\u6599\u30e1\u30f3\u30d0\u30fc\u304a\u7533\u8fbc\u307f<\/span><\/h1>\n<\/div><\/div>\n\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n<script type=\"text\/javascript\">\njQuery(document).ready(function($) {\n    \/\/ \ud83c\udf1f\u3010\u5b50\u30b5\u30f3\u30c9\uff08ai-sb-db\uff09\u5c02\u7528\u3011 Python API \u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8\n    const API_BASE_URL = \"https:\/\/house-cook.com\/ai-sb-db\/api-creators\";\n    \n    \/\/ \ud83c\udf1f\u4e8c\u91cd\u9001\u4fe1\uff08\u30c0\u30d6\u308a\uff09\u3092100%\u9244\u58c1\u30ac\u30fc\u30c9\u3059\u308b\u30d5\u30e9\u30b0\u30b9\u30a4\u30c3\u30c1\n    var isSubmitting = false;\n\n    $(document).on('click', '.et_pb_contact_submit', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n\n        if (isSubmitting) {\n            console.log(\"\ud83d\udeab \u4e8c\u91cd\u9001\u4fe1\u30d6\u30ed\u30c3\u30af\u4e2d\uff1a\u3059\u3067\u306b\u30d1\u30b1\u30c3\u30c8\u3092\u9001\u4fe1\u3057\u3066\u3044\u307e\u3059...\");\n            return false;\n        }\n\n        var $form = $(this).closest('form');\n\n        var getVal = function(key) {\n            var found = $form.find('input, select, textarea').filter(function() {\n                var dId = $(this).attr('data-id') || '';\n                var dold = $(this).attr('data-original_id') || '';\n                var name = $(this).attr('name') || '';\n                var type = $(this).attr('type') || '';\n\n                if (dId === key || dold === key) { return true; }\n                if (name.toLowerCase().indexOf(key.toLowerCase()) >= 0) { return true; }\n                if (key === 'email' && type === 'email') { return true; }\n                return false;\n            });\n\n            var checked = found.filter(':checked');\n            if (checked.length > 0) {\n                return checked.val() || '';\n            }\n            return found.val() || '';\n        };\n\n        var getEmail = function() {\n            var primaryVal = getVal(\"email\");\n            return (primaryVal && primaryVal.trim() !== \"\") ? primaryVal.trim() : \"\";\n        };\n\n        var getDesiredId = function() {\n            var primaryVal = getVal(\"creator_name\");\n            return (primaryVal && primaryVal.trim() !== \"\") ? primaryVal.trim() : \"\";\n        };\n\n        var creatorData = {\n            \"creator_id\": \"NIP-\" + Math.random().toString(36).substring(2, 7).toUpperCase(),\n            \"last_name\": getVal(\"last_name\"),\n            \"first_name\": getVal(\"first_name\"),\n            \"prefecture\": getVal(\"prefecture\"),\n            \"gender\": getVal(\"gender\"),\n            \"age_group\": getVal(\"age\"),\n            \"desired_id\": getDesiredId(),\n            \"email\": getEmail()\n        };\n\n        if (!creatorData.email || !creatorData.desired_id) {\n            alert('\u300c\u5e0c\u671b\u3059\u308b\u767b\u9332\u30af\u30ea\u30a8\u30a4\u30bf\u30fc\u540d\uff08\u5e0c\u671bID\uff09\u300d\u3068\u300c\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u300d\u306f\u5165\u529b\u5fc5\u9808\u3067\u3059\u3002');\n            return false;\n        }\n\n        isSubmitting = true;\n        var $submitBtn = $(this);\n        var originalBtnText = $submitBtn.text();\n        $submitBtn.text(\"\u9001\u4fe1\u4e2d...\").css({\"opacity\": \"0.5\", \"cursor\": \"not-allowed\"});\n\n        console.log(\"\ud83d\ude80 [\u5b50\u30b5\u30f3\u30c9] \u9001\u4fe1\u30d1\u30b1\u30c3\u30c8:\", creatorData);\n\n        $.ajax({\n            url: API_BASE_URL + '\/new-member',\n            type: 'POST',\n            contentType: 'application\/json',\n            headers: {\n                'X-API-TOKEN': 'PODagentTKN'\n            },\n            data: JSON.stringify(creatorData),\n            success: function(response) {\n                console.log(\"\u2705 [\u5b50\u30b5\u30f3\u30c9] \u30b5\u30fc\u30d0\u30fc\u30ec\u30b9\u30dd\u30f3\u30b9:\", response);\n                \/\/ \ud83c\udf1f\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u660e\u793a\u7684\u306b success \u306e\u5834\u5408\u306e\u307f\u304a\u793c\u30da\u30fc\u30b8\u3078\u30b8\u30e3\u30f3\u30d7\n                if (response && response.status === 'success') {\n                    window.location.href = 'https:\/\/house-cook.com\/ai-sb-db\/new-member-sign-up-completed\/';\n                } else {\n                    isSubmitting = false;\n                    $submitBtn.text(originalBtnText).css({\"opacity\": \"1\", \"cursor\": \"pointer\"});\n                    alert(\"\u274c \u30c7\u30fc\u30bf\u4fdd\u5b58\u30a8\u30e9\u30fc:\\n\" + (response.message || \"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3078\u306e\u4fdd\u5b58\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\"));\n                }\n            },\n            error: function(xhr, status, error) {\n                console.error(\"\u274c [\u5b50\u30b5\u30f3\u30c9] \u9001\u4fe1\u5931\u6557:\", error);\n                \n                isSubmitting = false;\n                $submitBtn.text(originalBtnText).css({\"opacity\": \"1\", \"cursor\": \"pointer\"});\n\n                var serverResponse = \"\";\n                try {\n                    var responseJson = JSON.parse(xhr.responseText);\n                    serverResponse = responseJson.message || responseJson.debug || \"\";\n                } catch(e) {\n                    serverResponse = xhr.responseText || error;\n                }\n                alert(\"\u274c \u9001\u4fe1\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\\n\u8a73\u7d30: \" + serverResponse);\n            }\n        });\n    });\n});\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_contact_form_0 et_pb_contact_form_container clearfix et_pb_module et_flex_module\" data-form_unique_num=\"0\" data-form_unique_id=\"168d8df1-ac47-467c-b362-1b82585f77dd\" id=\"et_pb_contact_form_168d8df1-ac47-467c-b362-1b82585f77dd\"><h1 class=\"et_pb_contact_main_title\">== New Member Sign-up ==<\/h1><div class=\"et-pb-contact-message\"><\/div><div class=\"et_pb_contact\"><form class=\"et_pb_contact_form et_flex_module\" method=\"post\" action=\"https:\/\/house-cook.com\/ai-sb-db\/wp-json\/wp\/v2\/pages\/11\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3><span style=\"color: #00a5d4;\">\u4e16\u754cPOD\u3078\u306e\u51fa\u6483\u306b\u5fc5\u8981\u306a\u767b\u9332\u7121\u6599\u306e Wise\u53e3\u5ea7\uff01<span style=\"color: #00a5d4;\"><\/span><\/span><\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_contact_field_0 et_pb_contact_field et_pb_module et_flex_module et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\" data-id=\"wise_account_confirmed\" data-type=\"checkbox\"><input type=\"hidden\" name=\"et_pb_contact_0_wise_account_confirmed_0\" class=\"et_pb_checkbox_handle\" data-required_mark=\"not_required\" data-field_type=\"checkbox\" data-original_id=\"wise_account_confirmed\" \/><span class=\"et_pb_contact_field_options_wrapper et_pb_field_module_checkbox\"><span class=\"et_pb_contact_field_options_title\"><\/span><span class=\"et_pb_contact_field_options_list\"><span class=\"et_pb_contact_field_checkbox\"><input type=\"checkbox\" id=\"et_pb_contact_0_wise_account_confirmed_0_0\" class=\"input\" value=\"\ud83d\udc48 \u3054\u81ea\u8eab\u306eWise\u53e3\u5ea7\u304c\u3042\u308b\u5834\u5408\u306f\u30c1\u30a7\u30c3\u30af\uff01\" data-required_mark=\"not_required\" data-field_type=\"checkbox\" data-original_id=\"wise_account_confirmed\" \/><label for=\"et_pb_contact_0_wise_account_confirmed_0_0\"><i><\/i>\ud83d\udc48 \u3054\u81ea\u8eab\u306eWise\u53e3\u5ea7\u304c\u3042\u308b\u5834\u5408\u306f\u30c1\u30a7\u30c3\u30af\uff01<\/label><\/span><\/span><\/span>\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span style=\"text-decoration: underline; color: #993366;\"><a href=\"https:\/\/candgcloud.us\/pod-agent\/jemi\/#wise-account\" target=\"_blank\" rel=\"noopener\" style=\"color: #993366; text-decoration: underline;\">\u300c\u4eca\u304b\u3089Wise\u53e3\u5ea7\u3092\u958b\u8a2d\u3055\u308c\u308b\u5834\u5408\u300d<\/a><\/span><\/p>\n<p>\u203b\u91cd\u8981\u203b \u30de\u30a4\u30da\u30fc\u30b8\u3067Wise\u53e3\u5ea7\u3092\u3054\u767b\u9332\u5f8c\u306b \u201d\u3054\u51fa\u54c1\u958b\u59cb\u201d \u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3><span style=\"color: #00a5d4;\">\u3054\u5e0c\u671b\u306e\u767b\u9332\u30af\u30ea\u30a8\u30a4\u30bf\u30fc\u540d\uff01 \uff08\u4e16\u754cPOD\u3067\u306e\u3054\u51fa\u54c1\u8005\u540d\uff09<\/span><\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_contact_field_1 et_pb_contact_field et_pb_module et_flex_module et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\" data-id=\"creator_name\" data-type=\"input\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_creator_name_1\">\u3054\u5e0c\u671b\u306e\u767b\u9332\u30af\u30ea\u30a8\u30a4\u30bf\u30fc\u540d\uff08\u82f1\u6570\u5b57\uff09<\/label><input type=\"text\" name=\"et_pb_contact_0_creator_name_1\" id=\"et_pb_contact_0_creator_name_1\" class=\"input\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"creator_name\" placeholder=\"\u3054\u5e0c\u671b\u306e\u767b\u9332\u30af\u30ea\u30a8\u30a4\u30bf\u30fc\u540d\uff08\u82f1\u6570\u5b57\uff09\" pattern=\"[\\w\\s\\-]{4,15}\" title=\"\u82f1\u6570\u5b57\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002\u6700\u5c0f\u6587\u5b57\u6570: 4 \u6587\u5b57\u3002\u6700\u5927\u6587\u5b57\u6570: 15 \u6587\u5b57\u3002\" maxlength=\"15\" value=\"\" \/><\/div>\n\n<div class=\"et_pb_row_3 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_3 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>\u6700\u5c0f\u300c4\u6587\u5b57\u300d \u301c \u6700\u5927\u300c15\u6587\u5b57\u300d\u3001\u534a\u89d2\u82f1\u5c0f\u6587\u5b57\uff08a-z\uff09\u3001\u6570\u5b57\uff080-9\uff09\u3001\u8a18\u53f7\u30c0\u30c3\u30b7\u30e5\uff08-\uff09<br \/><span style=\"color: #ff0000;\">\uff08\u30b9\u30da\u30fc\u30b9\u3001\u65e5\u672c\u8a9e\u3001\u5927\u6587\u5b57\u306f\u4e0d\u53ef\uff09<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3><span style=\"color: #00a5d4;\">\u304a\u7533\u8fbc\u8005\u306e\u60c5\u5831\uff01\u3000\u3000\u3000\u3000\u3000\u3000 \u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000<\/span><\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_contact_field_2 et_pb_contact_field et_pb_module et_flex_module et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone\" data-id=\"last_name\" data-type=\"input\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_last_name_2\">\u6c0f<\/label><input type=\"text\" name=\"et_pb_contact_0_last_name_2\" id=\"et_pb_contact_0_last_name_2\" class=\"input\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"last_name\" placeholder=\"\u6c0f\" pattern=\".{1,10}\" title=\"\u6700\u5c0f\u6587\u5b57\u6570: 1 \u6587\u5b57\u3002\u6700\u5927\u6587\u5b57\u6570: 10 \u6587\u5b57\u3002\" maxlength=\"10\" value=\"\" \/><\/div>\n\n<div class=\"et_pb_contact_field_3 et_pb_contact_field et_pb_module et_flex_module et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone\" data-id=\"first_name\" data-type=\"input\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_first_name_3\">\u540d<\/label><input type=\"text\" name=\"et_pb_contact_0_first_name_3\" id=\"et_pb_contact_0_first_name_3\" class=\"input\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"first_name\" placeholder=\"\u540d\" pattern=\".{1,10}\" title=\"\u6700\u5c0f\u6587\u5b57\u6570: 1 \u6587\u5b57\u3002\u6700\u5927\u6587\u5b57\u6570: 10 \u6587\u5b57\u3002\" maxlength=\"10\" value=\"\" \/><\/div>\n\n<div class=\"et_pb_contact_field_4 et_pb_contact_field et_pb_module et_flex_module et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone\" data-id=\"email\" data-type=\"email\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_email_4\">\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9<\/label><input type=\"text\" name=\"et_pb_contact_0_email_4\" id=\"et_pb_contact_0_email_4\" class=\"input\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\" title=\"\" value=\"\" \/><\/div>\n\n<div class=\"et_pb_contact_field_5 et_pb_contact_field et_pb_module et_flex_module et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\" data-id=\"prefecture\" data-type=\"select\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_prefecture_5\">\u90fd\u9053\u5e9c\u770c\uff08\u4e00\u756a\u4e57\u308a\u8a8d\u5b9a\u7528\uff01\uff09<\/label><select name=\"et_pb_contact_0_prefecture_5\" id=\"et_pb_contact_0_prefecture_5\" class=\"et_pb_contact_select input\" data-required_mark=\"required\" data-field_type=\"select\" data-original_id=\"prefecture\"><option value=\"\">\u90fd\u9053\u5e9c\u770c\uff08\u4e00\u756a\u4e57\u308a\u8a8d\u5b9a\u7528\uff01\uff09<\/option><option value=\"\uff1d\u6d77\u5916\uff1d\" data-id=\"\">\uff1d\u6d77\u5916\uff1d<\/option><option value=\"\u5317\u6d77\u9053\" data-id=\"\">\u5317\u6d77\u9053<\/option><option value=\"\u9752\u68ee\u770c\" data-id=\"\">\u9752\u68ee\u770c<\/option><option value=\"\u5ca9\u624b\u770c\" data-id=\"\">\u5ca9\u624b\u770c<\/option><option value=\"\u5bae\u57ce\u770c\" data-id=\"\">\u5bae\u57ce\u770c<\/option><option value=\"\u79cb\u7530\u770c\" data-id=\"\">\u79cb\u7530\u770c<\/option><option value=\"\u5c71\u5f62\u770c\" data-id=\"\">\u5c71\u5f62\u770c<\/option><option value=\"\u798f\u5cf6\u770c\" data-id=\"\">\u798f\u5cf6\u770c<\/option><option value=\"\u8328\u57ce\u770c\" data-id=\"\">\u8328\u57ce\u770c<\/option><option value=\"\u6803\u6728\u770c\" data-id=\"\">\u6803\u6728\u770c<\/option><option value=\"\u7fa4\u99ac\u770c\" data-id=\"\">\u7fa4\u99ac\u770c<\/option><option value=\"\u57fc\u7389\u770c\" data-id=\"\">\u57fc\u7389\u770c<\/option><option value=\"\u5343\u8449\u770c\" data-id=\"\">\u5343\u8449\u770c<\/option><option value=\"\u6771\u4eac\u90fd\" data-id=\"\">\u6771\u4eac\u90fd<\/option><option value=\"\u795e\u5948\u5ddd\u770c\" data-id=\"\">\u795e\u5948\u5ddd\u770c<\/option><option value=\"\u65b0\u6f5f\u770c\" data-id=\"\">\u65b0\u6f5f\u770c<\/option><option value=\"\u5bcc\u5c71\u770c\" data-id=\"\">\u5bcc\u5c71\u770c<\/option><option value=\"\u77f3\u5ddd\u770c\" data-id=\"\">\u77f3\u5ddd\u770c<\/option><option value=\"\u798f\u4e95\u770c\" data-id=\"\">\u798f\u4e95\u770c<\/option><option value=\"\u5c71\u68a8\u770c\" data-id=\"\">\u5c71\u68a8\u770c<\/option><option value=\"\u9577\u91ce\u770c\" data-id=\"\">\u9577\u91ce\u770c<\/option><option value=\"\u5c90\u961c\u770c\" data-id=\"\">\u5c90\u961c\u770c<\/option><option value=\"\u9759\u5ca1\u770c\" data-id=\"\">\u9759\u5ca1\u770c<\/option><option value=\"\u611b\u77e5\u770c\" data-id=\"\">\u611b\u77e5\u770c<\/option><option value=\"\u4e09\u91cd\u770c\" data-id=\"\">\u4e09\u91cd\u770c<\/option><option value=\"\u6ecb\u8cc0\u770c\" data-id=\"\">\u6ecb\u8cc0\u770c<\/option><option value=\"\u4eac\u90fd\u5e9c\" data-id=\"\">\u4eac\u90fd\u5e9c<\/option><option value=\"\u5927\u962a\u5e9c\" data-id=\"\">\u5927\u962a\u5e9c<\/option><option value=\"\u5175\u5eab\u770c\" data-id=\"\">\u5175\u5eab\u770c<\/option><option value=\"\u5948\u826f\u770c\" data-id=\"\">\u5948\u826f\u770c<\/option><option value=\"\u548c\u6b4c\u5c71\u770c\" data-id=\"\">\u548c\u6b4c\u5c71\u770c<\/option><option value=\"\u9ce5\u53d6\u770c\" data-id=\"\">\u9ce5\u53d6\u770c<\/option><option value=\"\u5cf6\u6839\u770c\" data-id=\"\">\u5cf6\u6839\u770c<\/option><option value=\"\u5ca1\u5c71\u770c\" data-id=\"\">\u5ca1\u5c71\u770c<\/option><option value=\"\u5e83\u5cf6\u770c\" data-id=\"\">\u5e83\u5cf6\u770c<\/option><option value=\"\u5c71\u53e3\u770c\" data-id=\"\">\u5c71\u53e3\u770c<\/option><option value=\"\u5fb3\u5cf6\u770c\" data-id=\"\">\u5fb3\u5cf6\u770c<\/option><option value=\"\u9999\u5ddd\u770c\" data-id=\"\">\u9999\u5ddd\u770c<\/option><option value=\"\u611b\u5a9b\u770c\" data-id=\"\">\u611b\u5a9b\u770c<\/option><option value=\"\u9ad8\u77e5\u770c\" data-id=\"\">\u9ad8\u77e5\u770c<\/option><option value=\"\u798f\u5ca1\u770c\" data-id=\"\">\u798f\u5ca1\u770c<\/option><option value=\"\u4f50\u8cc0\u770c\" data-id=\"\">\u4f50\u8cc0\u770c<\/option><option value=\"\u9577\u5d0e\u770c\" data-id=\"\">\u9577\u5d0e\u770c<\/option><option value=\"\u718a\u672c\u770c\" data-id=\"\">\u718a\u672c\u770c<\/option><option value=\"\u5927\u5206\u770c\" data-id=\"\">\u5927\u5206\u770c<\/option><option value=\"\u5bae\u5d0e\u770c\" data-id=\"\">\u5bae\u5d0e\u770c<\/option><option value=\"\u9e7f\u5150\u5cf6\u770c\" data-id=\"\">\u9e7f\u5150\u5cf6\u770c<\/option><option value=\"\u6c96\u7e04\" data-id=\"\">\u6c96\u7e04<\/option><\/select><\/div>\n\n<div class=\"et_pb_contact_field_6 et_pb_contact_field et_pb_module et_flex_module et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\" data-id=\"gender\" data-type=\"select\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_gender_6\">\u6027\u5225<\/label><select name=\"et_pb_contact_0_gender_6\" id=\"et_pb_contact_0_gender_6\" class=\"et_pb_contact_select input\" data-required_mark=\"required\" data-field_type=\"select\" data-original_id=\"gender\"><option value=\"\">\u6027\u5225<\/option><option value=\"\u5973\u6027\" data-id=\"\">\u5973\u6027<\/option><option value=\"\u7537\u6027\" data-id=\"\">\u7537\u6027<\/option><option value=\"\u56de\u7b54\u3057\u306a\u3044\" data-id=\"\">\u56de\u7b54\u3057\u306a\u3044<\/option><\/select><\/div>\n\n<div class=\"et_pb_contact_field_7 et_pb_contact_field et_pb_module et_flex_module et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\" data-id=\"age_group\" data-type=\"select\"><label class=\"et_pb_contact_form_label\" for=\"et_pb_contact_0_age_group_7\">\u5e74\u9f62<\/label><select name=\"et_pb_contact_0_age_group_7\" id=\"et_pb_contact_0_age_group_7\" class=\"et_pb_contact_select input\" data-required_mark=\"required\" data-field_type=\"select\" data-original_id=\"age_group\"><option value=\"\">\u5e74\u9f62<\/option><option value=\"10\u4ee3\" data-id=\"\">10\u4ee3<\/option><option value=\"20\u4ee3\" data-id=\"\">20\u4ee3<\/option><option value=\"30\u4ee3\" data-id=\"\">30\u4ee3<\/option><option value=\"40\u4ee3\" data-id=\"\">40\u4ee3<\/option><option value=\"50\u4ee3\" data-id=\"\">50\u4ee3<\/option><option value=\"60\u4ee3\u4ee5\u4e0a\" data-id=\"\">60\u4ee3\u4ee5\u4e0a<\/option><\/select><\/div>\n<input type=\"hidden\" name=\"et_pb_contactform_submit_168d8df1-ac47-467c-b362-1b82585f77dd\" value=\"et_contact_proccess\" \/><div class=\"et_contact_bottom_container\"><div class=\"et_pb_contact_right et_pb_contact_field\"><p class=\"clearfix\"><label><span class=\"et_pb_contact_captcha_question\">6 + 11<\/span> = <input type=\"text\" size=\"2\" class=\"input et_pb_contact_captcha\" data-first_digit=\"6\" data-second_digit=\"11\" data-required_mark=\"required\" name=\"et_pb_contact_captcha_168d8df1-ac47-467c-b362-1b82585f77dd\" autocomplete=\"off\" \/><\/label><\/p><\/div><div class=\"et_pb_button_wrapper\"><button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_button et_pb_contact_submit\" data-icon=\"\ue03c\"> \uff1c\u9001\u4fe1\u30dc\u30bf\u30f3\uff1e\u3000\u7121\u6599\u30e1\u30f3\u30d0\u30fc\u306b\u7533\u8fbc\u3080\uff08\u4e16\u754c\u3078\u51fa\u6483\uff09<\/button><\/div><\/div><input type=\"hidden\" id=\"_wpnonce-et-pb-contact-form-submitted-168d8df1-ac47-467c-b362-1b82585f77dd\" name=\"_wpnonce-et-pb-contact-form-submitted-168d8df1-ac47-467c-b362-1b82585f77dd\" value=\"41056cd2a6\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/ai-sb-db\/wp-json\/wp\/v2\/pages\/11\" \/><\/form><\/div><\/div>\n\n<div class=\"et_pb_fullwidth_image_1 et_pb_fullwidth_image et-pb-has-background-video et_pb_preload et_pb_module\" title=\"\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal\"><span class=\"et-pb-background-video et-pb-background-video_tablet\"><video autoplay loop playsinline muted><source type=\"video\/mp4\" data-src=\"https:\/\/candgcloud.us\/pod-agent\/wp-content\/uploads\/\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal.mp4\" \/><\/video><\/span><span class=\"et-pb-background-video\"><video autoplay loop playsinline muted><source type=\"video\/mp4\" data-src=\"https:\/\/candgcloud.us\/pod-agent\/wp-content\/uploads\/\u30aa\u30d3\u30ef\u30f3\uff11_A_pure_black_computer_terminal.mp4\" \/><\/video><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/house-cook.com\/ai-sb-db\/wp-json\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/house-cook.com\/ai-sb-db\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/house-cook.com\/ai-sb-db\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/house-cook.com\/ai-sb-db\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/house-cook.com\/ai-sb-db\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":11,"href":"https:\/\/house-cook.com\/ai-sb-db\/wp-json\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":764,"href":"https:\/\/house-cook.com\/ai-sb-db\/wp-json\/wp\/v2\/pages\/11\/revisions\/764"}],"wp:attachment":[{"href":"https:\/\/house-cook.com\/ai-sb-db\/wp-json\/wp\/v2\/media?parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}