#### 创建formID - 接口说明 创建formid 方便接收模版消息 - 请求地址 /public_api/get_form_id - 请求参数 参数名称 | 类型 | 描述 | 是否必须 ---|---|---|--- token|string|授权token header中提交|是 formId|json|批量生成fomrID|是 示例 ``` { "formIds": ["the formId is a mock one", "the formId is a mock one", "the formId is a mock one", "the formId is a mock one", "the formId is a mock one", "the formId is a mock one", "the formId is a mock one", "the formId is a mock one", "the formId is a mock one", "the formId is a mock one"] } ```